Flowdock
method

content_security_policy_report_only

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ClassMethods
content_security_policy_report_only(report_only = true, **options) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.