feat: disable builtin PDF + session restore
This commit is contained in:
parent
f65857db04
commit
4399a0706e
@ -60,6 +60,7 @@ in
|
|||||||
DontCheckDefaultBrowser = true;
|
DontCheckDefaultBrowser = true;
|
||||||
PrimaryPassword = false;
|
PrimaryPassword = false;
|
||||||
OfferToSaveLoginsDefault = false;
|
OfferToSaveLoginsDefault = false;
|
||||||
|
DisableBuiltinPDFViewer = true;
|
||||||
PasswordManagerEnabled = false;
|
PasswordManagerEnabled = false;
|
||||||
DisableMasterPasswordCreation = true;
|
DisableMasterPasswordCreation = true;
|
||||||
AutofillAddressEnabled = false;
|
AutofillAddressEnabled = false;
|
||||||
@ -169,6 +170,7 @@ in
|
|||||||
"dom.security.https_only_mode" = true;
|
"dom.security.https_only_mode" = true;
|
||||||
"browser.privatebrowsing.autostart" = cfg.forcePrivateBrowsing;
|
"browser.privatebrowsing.autostart" = cfg.forcePrivateBrowsing;
|
||||||
"extensions.activeThemeID" = "{2adf0361-e6d8-4b74-b3bc-3f450e8ebb69}";
|
"extensions.activeThemeID" = "{2adf0361-e6d8-4b74-b3bc-3f450e8ebb69}";
|
||||||
|
"browser.sessionstore.resume_session_once" = !cfg.forcePrivateBrowsing;
|
||||||
};
|
};
|
||||||
|
|
||||||
search = {
|
search = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user