Updated 4.1.1 Setting Extension Permission Exceptions (markdown)

Thorin-Oakenpants 2018-03-24 13:59:22 +00:00
parent e6fdd42cd1
commit c759e77bab

@ -1,10 +1,10 @@
:exclamation: Extensions + indexedDB is fixed in FF59+ - see [1406675](https://bugzilla.mozilla.org/show_bug.cgi?id=1406675) :exclamation: Extensions + localStorage + indexedDB is fixed in FF59+ - see [1406675](https://bugzilla.mozilla.org/show_bug.cgi?id=1406675)
--- ---
### :small_orange_diamond: The Issue ### :small_orange_diamond: The Issue
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. 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.
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`.