1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib
Assain 1cda4fb5df Purpose Metadata For Signed And Encrypted Cookies
Purpose metadata prevents cookie values from being
copy-pasted and ensures that the cookie is used only
for its originally intended purpose.

The Purpose and Expiry metadata are embedded inside signed/encrypted
cookies and will not be readable on previous versions of Rails.

We can switch off purpose and expiry metadata embedded in
signed and encrypted cookies using

	config.action_dispatch.use_cookies_with_metadata = false

if you want your cookies to be readable on older versions of Rails.
2018-08-12 21:50:35 +05:30
..
abstract_controller Enable Start/EndWith and RegexpMatch cops 2018-07-28 17:37:17 -04:00
action_controller Merge pull request #31640 from gingerlime/patch-1 2018-08-10 13:33:14 -05:00
action_dispatch Purpose Metadata For Signed And Encrypted Cookies 2018-08-12 21:50:35 +05:30
action_pack Start Rails 6.0 development!!! 2018-01-30 18:51:17 -05:00
abstract_controller.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
action_controller.rb Include default headers by default in API mode 2018-04-06 15:13:28 -04:00
action_dispatch.rb Bump license years for 2018 2017-12-31 22:36:55 +09:00
action_pack.rb Bump license years for 2018 2017-12-31 22:36:55 +09:00