mirror of
https://github.com/arkenfox/user.js.git
synced 2025-09-09 05:12:57 +02:00
Updated 1.7 Extension Exceptions (markdown)
@ -4,14 +4,14 @@ Cookies control access to **local storage** and **indexedDB**. The `ghacks user.
|
|||||||
|
|
||||||
Extensions <sup>1</sup> that use local dom storage and/or indexedDB **will break** if they are not allowed a cookie, even though they do not actually set any. Extensions that use such storage include uBlock Origin, uMatrix, Stylus and Violentmonkey.
|
Extensions <sup>1</sup> that use local dom storage and/or indexedDB **will break** if they are not allowed a cookie, even though they do not actually set any. Extensions that use such storage include uBlock Origin, uMatrix, Stylus and Violentmonkey.
|
||||||
|
|
||||||
|
<sup>1</sup> `Extensions` = Web Extensions API, `Legacy Extensions` = legacy APIs or the Add-on SDK.
|
||||||
|
|
||||||
:small_orange_diamond: Strategy
|
:small_orange_diamond: Strategy
|
||||||
|
|
||||||
You have two choices
|
You have two choices
|
||||||
- Allow first party cookies and use an extension to clean up and/or block cookies and storage
|
- Allow first party cookies and use an extension to clean up and/or block cookies and storage
|
||||||
- Deny all cookies and use site exceptions, **including** exceptions for extensions that need it. And you can still use an extension to clean up and control those cookies and storage if you want.
|
- Deny all cookies and use site exceptions, **including** exceptions for extensions that need it. And you can still use an extension to clean up and control those cookies and storage if you want.
|
||||||
|
|
||||||
<sup>1</sup> `Extensions` = Web Extensions API, `Legacy Extensions` = legacy APIs or the Add-on SDK.
|
|
||||||
|
|
||||||
:small_orange_diamond: How To Set Extension Cookie Exceptions
|
:small_orange_diamond: How To Set Extension Cookie Exceptions
|
||||||
|
|
||||||
- Open `about:debugging > Add-ons`
|
- Open `about:debugging > Add-ons`
|
||||||
|
Reference in New Issue
Block a user