user.js

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

commit 3b95e04b568acf05dfdf784832291cbe75445be0
parent 3ec7dae4960a41eb77e27d462a152b847b8ba05f
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 27 Nov 2017 10:14:55 +1300

2700: header info
Diffstat:
Muser.js | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -1388,8 +1388,11 @@ user_pref("security.csp.experimentalEnabled", true); user_pref("security.data_uri.block_toplevel_data_uri_navigations", true); /*** 2700: PERSISTENT STORAGE - Data SET by websites including: cookies, localStorage (also known as DOM Storage), - IndexedDB (also known as Offsite Website Data) + Data SET by websites including + - cookies: profile\cookies.sqlite + - localStorage (also known as DOM Storage): profile\webappsstore.sqlite + - IndexedDB (also known as Offsite Website Data): profile\storage\default + - AppCache: profile\OfflineCache ***/ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!"); /* 2701: disable cookies on all sites [SETUP]