class Rack::Protection::FrameOptions

def header

def header
  { 'X-Frame-Options' => options[:frame_options].to_s }
end