user.js

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

commit eba3470a81bd1c6c6fc5b22b1353824a056cb216
parent 1c997693ffef7d4e3610fa6e0038b113409e6e63
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue, 28 Nov 2017 13:32:49 +1300

2700: header fiddling
Diffstat:
Muser.js | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

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