Skip to content

Commit a40e934

Browse files
authored
Merge pull request rails#47896 from zzak/re-47723
Fix WARNING block in security guide
2 parents 2815cb9 + 24eeed9 commit a40e934

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

guides/source/security.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,7 @@ In test and development applications get a `secret_key_base` derived from the ap
115115
secret_key_base: 492f...
116116
```
117117
118-
WARNING: If your application's secrets may have been exposed, strongly consider
119-
changing them. Note that changing `secret_key_base` will expire currently active
120-
sessions and require all users to log in again. In addition to session data, the
121-
following things may also be affected:
122-
123-
* Encrypted cookies
124-
* Signed cookies
125-
* Active Storage Files
118+
WARNING: If your application's secrets may have been exposed, strongly consider changing them. Note that changing `secret_key_base` will expire currently active sessions and require all users to log in again. In addition to session data: encrypted cookies, signed cookies, and Active Storage files may also be affected.
126119

127120
### Rotating Encrypted and Signed Cookies Configurations
128121

0 commit comments

Comments
 (0)