We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4dbfc0 commit 589bc96Copy full SHA for 589bc96
guides/source/security.md
@@ -1243,7 +1243,7 @@ Rails.application.config.content_security_policy_nonce_generator = -> request {
1243
There are a few tradeoffs to consider when configuring the nonce generator.
1244
Using `SecureRandom.base64(16)` is a good default value, because it will
1245
generate a new random nonce for each request. However, this method is
1246
-incompatible with [Conditional GET caching](caching_with_rails.html#conditional-get-caching)
+incompatible with [conditional GET caching](caching_with_rails.html#conditional-get-support)
1247
because new nonces will result in new ETag values for every request. An
1248
alternative to per-request random nonces would be to use the session id:
1249
0 commit comments