class Rack::Protection::FrameOptions
def call(env)
def call(env) status, headers, body = @app.call(env) headers['x-frame-options'] ||= frame_options if html? headers [status, headers, body] end
def call(env) status, headers, body = @app.call(env) headers['x-frame-options'] ||= frame_options if html? headers [status, headers, body] end