2700: header info
This commit is contained in:
parent
3ec7dae496
commit
3b95e04b56
7
user.js
7
user.js
@ -1388,8 +1388,11 @@ user_pref("security.csp.experimentalEnabled", true);
|
|||||||
user_pref("security.data_uri.block_toplevel_data_uri_navigations", true);
|
user_pref("security.data_uri.block_toplevel_data_uri_navigations", true);
|
||||||
|
|
||||||
/*** 2700: PERSISTENT STORAGE
|
/*** 2700: PERSISTENT STORAGE
|
||||||
Data SET by websites including: cookies, localStorage (also known as DOM Storage),
|
Data SET by websites including
|
||||||
IndexedDB (also known as Offsite Website Data)
|
- 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!");
|
user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");
|
||||||
/* 2701: disable cookies on all sites [SETUP]
|
/* 2701: disable cookies on all sites [SETUP]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user