This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
sameSite cookie support #16543
Closed
Description
I'm submitting a ...
- bug report
- feature request
- other
Current behavior:
Right now the angular cookie options support setting domain, expiration, and secure flags, but do not support the sameSite
flag.
Expected / new behavior:
I'd like to request that support be added for the sameSite
flag - this would help protect against CSRF attacks using cookies created by angular.
Minimal reproduction of the problem with instructions:
N/A
AngularJS version: 1.6.11
Browser: [Chrome >= 63 | Firefox >= 60 | Mobile Chrome >= 64]
Pulled via https://caniuse.com/#search=samesite
Anything else: