method

content_security_policy_report_only

content_security_policy_report_only(report_only = true, **options)
public

No documentation available.

# File actionpack/lib/action_controller/metal/content_security_policy.rb, line 31
      def content_security_policy_report_only(report_only = true, **options)
        before_action(options) do
          request.content_security_policy_report_only = report_only
        end
      end