mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Its cookie_verifier_secret
This commit is contained in:
@@ -4,4 +4,4 @@
|
||||
# If you change this key, all old signed cookies will become invalid!
|
||||
# Make sure the secret is at least 30 characters and all random,
|
||||
# no regular words or you'll be exposed to dictionary attacks.
|
||||
ActionController::Base.cookie_verification_secret = '<%= app_secret %>';
|
||||
ActionController::Base.cookie_verifier_secret = '<%= app_secret %>';
|
||||
|
||||
Reference in New Issue
Block a user