-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
CookieBuilder should support the ne…
-
Hey there, I see there are some docs about passing authorization using the `Sec-Websocket-Protocol` header. While this is a clever workaround, it doesn't appear as though it'll actually work for webso…
-
## Description
It is known that the [ETag HTTP Header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) can be used for **tracking website visitors**, even if the visitor is using a *…
-
### MDN URL
https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Strings
### What specific section or headline is this issue about?
Concatenation in context
### What information w…
-
A developer recently filed a [Chromium issue](https://issues.chromium.org/41488919) with questions about the fact that Chrome sends SameSite=Strict cookies when a site is opened with `browser.tabs.cre…
-
👋 Hi everyone,
First of all, thanks for your really cool lib!
As a web developper I need a way to add custom css `display`.
For exemple `display: flex` instead of `display: block`.
It can …
-
Shopify starter and Slate have a function that looks like the below.
```
import {cookiesEnabled} from '@shopify/theme-cart';
// Apply a specific class to the html element for browser support of c…
-
# Feature or enhancement
### Proposal:
Chrome is phasing out support for Third Party Cookies in Q1 2024, and for several key use cases, the proposed solution is CHIPS (https://github.com/privacycg/C…
-
## Description
We now have a new [cookie settings](https://www.mozilla.org/en-US/privacy/websites/cookie-settings/) page that controls cookie consent site-wide, so we should deprecate (and redirect…
-
## 概述
当一个资源从与该资源本身所在的服务器不同的`域、协议、端口`请求一个资源时,资源会发起一个跨域 HTTP 请求。同源策略参考[浏览器的同源策略 | MDN](https://developer.mozilla.org/zh-CN/docs/Web/Security/Same-origin_policy)
出于安全原因,浏览器限制从脚本内发起的跨源HTTP请求,XMLHttp…