user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit fa94f9b3c1f55cce827730deef9d1608d4a1c259
parent 620a0ee29cd9b23df95d767b0d93f090080b5aae
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 27 Sep 2017 12:38:02 +1300

0001: PB breaks Extensions+IDB

Mozilla should really exempt moz-extensions from being blocked by indexedDB=false
Diffstat:
Muser.js | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -50,6 +50,8 @@ user_pref("_user.js.parrot", "START: Oh yes, the Norwegian Blue... what's wrong * removes the ability to control these, and you need to quit Firefox to clear them. PB is best * used as a one off window (File>New Private Window) to provide a temporary self-contained * new instance. Closing all Private Windows clears all traces. Repeat as required. + * [WARNING] PB does not allow indexedDB which breaks many Extensions that use it + * including uBlock Origin, uMatrix, Violentmonkey and Stylus * [1] https://wiki.mozilla.org/Private_Browsing ***/ // user_pref("browser.privatebrowsing.autostart", true);