Flowdock
method

disable_content_security_policy_nonce!

Importance_0
v6.1.7.7 - Show latest stable - 0 notes - Class: ApplicationController
disable_content_security_policy_nonce!() private

No documentation

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

Hide source
# File railties/lib/rails/application_controller.rb, line 25
    def disable_content_security_policy_nonce!
      request.content_security_policy_nonce_generator = nil
    end
Register or log in to add new notes.