mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-22 15:01:15 +01:00
Updated 1.7 Extension Exceptions (markdown)
parent
2fbf61f11e
commit
f26db6d2c8
@ -1,4 +1,4 @@
|
||||
Cookies control access to **local storage** and **indexedDB**. The `ghacks user.js` denies cookies by default. This is the pref `network.cookie.cookieBehavior` (2701). A value of `2` denies all cookies, a value of `1` allows first party only.
|
||||
Cookies control access to **local storage** and **indexedDB**. The `ghacks user.js` denies cookies by default. This is the pref `network.cookie.cookieBehavior` (see `2701`). A value of `2` denies all cookies, a value of `1` allows first party only.
|
||||
|
||||
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user