# File lib/rack/protection/frame_options.rb, line 21
      def header
        { 'X-Frame-Options' => options[:frame_options].to_s }
      end