mirror of
https://github.com/arkenfox/user.js.git
synced 2024-11-26 12:31:40 +01:00
Updated 4.1.1 Setting Extension Permission Exceptions (markdown)
parent
5e8d88edc0
commit
74eda562a2
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
### :small_orange_diamond: The Issue
|
### :small_orange_diamond: The Issue
|
||||||
|
|
||||||
Cookies control access to **localStorage** 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.
|
Cookies control access to **localStorage** and **indexedDB**. The `ghacks user.js` denies cookies by default (although we changed this in v62). 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** <sup>2</sup> 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. Extension IndexedDB entries are located in your `profile\storage\default` directory and start with `moz-extension`.
|
Extensions <sup>1</sup> that use local dom storage and/or indexedDB **will break** <sup>2</sup> 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. Extension IndexedDB entries are located in your `profile\storage\default` directory and start with `moz-extension`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user