Method: ActionDispatch::RequestCookieMethods#cookies_same_site_protection
- Defined in:
- actionpack/lib/action_dispatch/middleware/cookies.rb
#cookies_same_site_protection ⇒ Object
74 75 76 |
# File 'actionpack/lib/action_dispatch/middleware/cookies.rb', line 74 def get_header(Cookies::COOKIES_SAME_SITE_PROTECTION)&.call(self) end |