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