[ci skip] Spell out the full variable in generated code.

This commit is contained in:
Kasper Timm Hansen 2018-02-24 14:48:19 +01:00
parent f9fa1a9dca
commit d04b5179ff
No known key found for this signature in database
GPG Key ID: 191153215EDA53D8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# end
# If you are using UJS then enable automatic nonce generation
# Rails.application.config.content_security_policy_nonce_generator = ->(req) { SecureRandom.base64(16) }
# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
# Report CSP violations to a specified URI
# For further information see the following documentation: