-
### What type of issue is this?
Missing compatibility data
### What information was incorrect, unhelpful, or incomplete?
Here: https://developer.mozilla.org/en-US/docs/Web/Privacy/Privacy_san…
-
Currently, cookie parameters and authorizations fail to be applied in the browser, though it succeeds in Node. This is due to the fact that browsers bar applications from setting or mutating the `Cook…
-
#72 の中で特に実用的な部分として
https://developer.mozilla.org/ja/Add-ons/WebExtensions/API
-
The example code underneath should fetch cookies from my backend thats on a different origin than my front end. However i get a error "Access to fetch at 'http://localhost:1234/cookies' from origin 'h…
-
We currently use token-based authentication (JWT and the `Authorization` header) and persist it inside `localStorage`. We might want to consider switching:
1. Change token-based authentication to ses…
sodic updated
7 months ago
-
TL;DR do no use **strict** [SameSite cookies.](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite)
From MDN:
> Strict SameSite Cookies will only be sent in a first-pa…
-
>The Proxy object is used to define custom behavior for fundamental operations (e.g. property lookup, assignment, enumeration, function invocation, etc). https://developer.mozilla.org/en-US/docs/Web/…
-
**Is your feature request related to a problem? Please describe.**
Because of escaping characters on the key, I can't able to add brackets in key without having escaped characters.
https://github.co…
-
Manual cleaning in version 2.0 is erasing this addon's settings:
https://addons.mozilla.org/en-US/firefox/addon/referercontrol/
Maybe it's the addon's fault for storing the settings in a weird pla…
-
## 为啥有这个需求
因为当前项目是通过 cookie 来鉴权的,然后也有跨域的需求,所以 Set-Cookie 中的 SameSite 值只能设为 None 。
而由于 SameSite 为 None 的话一定需要设置 Secure 。
而如果 Secure 的话就只能走 https 。
由于之前本地开发都是 `http://localhost` 这样,然后 Set-Co…