Skip to content

Commit 589bc96

Browse files
Fix link to "Conditional GET Support" section [ci-skip]
1 parent a4dbfc0 commit 589bc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ Rails.application.config.content_security_policy_nonce_generator = -> request {
12431243
There are a few tradeoffs to consider when configuring the nonce generator.
12441244
Using `SecureRandom.base64(16)` is a good default value, because it will
12451245
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)
1246+
incompatible with [conditional GET caching](caching_with_rails.html#conditional-get-support)
12471247
because new nonces will result in new ETag values for every request. An
12481248
alternative to per-request random nonces would be to use the session id:
12491249

0 commit comments

Comments
 (0)