Files
notifications-admin/app/assets/javascripts
Tom Byers 6c2af9e696 Set cookie on document host by removing domain
Cookies using the hostname as a domain will be set
with a prefix of `.` by browsers, it seems to
ensure all subdomains are included in the scope.

When deleting the `seen_cookie_message` cookie we
want to set its domain without a `.` prefix, to
match the domain set by the original code.

Leaving the `domain` attribute out from the cookie
string will ensure the `.` prefix is not set.
2020-01-23 13:17:40 +00:00
..
2019-12-17 10:28:14 +00:00
2020-01-20 10:03:19 +00:00
2019-12-12 14:16:38 +00:00