1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Update to Rails 6.0.0

This commit is contained in:
2019-09-24 21:54:11 +02:00
parent f3a6b1cbc5
commit cc85ff0ae5
11 changed files with 124 additions and 96 deletions

View File

@@ -21,6 +21,9 @@ end
# If you are using UJS then enable automatic nonce generation
# Rails.application.config.content_security_policy_nonce_generator = -> request { SecureRandom.base64(16) }
# Set the nonce only to specific directives
# Rails.application.config.content_security_policy_nonce_directives = %w(script-src)
# Report CSP violations to a specified URI
# For further information see the following documentation:
# https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only