Remove https-everywhere and enable https-only mode
This commit is contained in:
parent
311c4fbae4
commit
0bf5fbacfc
1 changed files with 1 additions and 2 deletions
|
@ -78,7 +78,6 @@ in
|
||||||
browserpass
|
browserpass
|
||||||
decentraleyes
|
decentraleyes
|
||||||
ff2mpv
|
ff2mpv
|
||||||
https-everywhere
|
|
||||||
ublock-origin
|
ublock-origin
|
||||||
umatrix
|
umatrix
|
||||||
zotero-connector
|
zotero-connector
|
||||||
|
@ -93,7 +92,7 @@ in
|
||||||
"browser.shell.checkDefaultBrowser" = false;
|
"browser.shell.checkDefaultBrowser" = false;
|
||||||
"browser.startup.homepage" = "about:blank";
|
"browser.startup.homepage" = "about:blank";
|
||||||
"browser.startup.page" = 3;
|
"browser.startup.page" = 3;
|
||||||
"dom.security.https_only_mode_pbm" = true;
|
"dom.security.https_only_mode" = true;
|
||||||
"network.cookie.cookieBehavior" = 1;
|
"network.cookie.cookieBehavior" = 1;
|
||||||
"privacy.annotate_channels.strict_list.enabled" = true;
|
"privacy.annotate_channels.strict_list.enabled" = true;
|
||||||
"privacy.trackingprotection.enabled" = true;
|
"privacy.trackingprotection.enabled" = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue