module ActionDispatch::RequestCookieMethods

def cookies_same_site_protection

def cookies_same_site_protection
  get_header(Cookies::COOKIES_SAME_SITE_PROTECTION)&.call(self)
end