diff --git a/src/browser/app/profile/better-fox.js b/src/browser/app/profile/better-fox.js index 5e83c26e6..38100cc5a 100644 --- a/src/browser/app/profile/better-fox.js +++ b/src/browser/app/profile/better-fox.js @@ -100,24 +100,6 @@ pref("security.insecure_connection_text.enabled", true); pref("security.insecure_connection_text.pbmode.enabled", true); pref("network.IDN_show_punycode", true); -/** HTTPS-FIRST POLICY ***/ -pref("dom.security.https_first", true); -pref("dom.security.https_first_schemeless", true); - -/** PASSWORDS ***/ -pref("signon.formlessCapture.enabled", false); -pref("signon.privateBrowsingCapture.enabled", false); -pref("network.auth.subresource-http-auth-allow", 1); -pref("editor.truncate_user_pastes", false); - -/** MIXED CONTENT + CROSS-SITE ***/ -pref("security.mixed_content.block_display_content", true); -pref("pdfjs.enableScripting", false); -pref("extensions.postDownloadThirdPartyPrompt", false); - -/** HEADERS / REFERERS ***/ -pref("network.http.referer.XOriginTrimmingPolicy", 2); - /** CONTAINERS ***/ pref("privacy.userContext.ui.enabled", true); @@ -193,10 +175,6 @@ pref("browser.display.focus_ring_width", 0); pref("layout.css.prefers-color-scheme.content-override", 2); pref("browser.privateWindowSeparation.enabled", false); // WINDOWS -/** COOKIE BANNER HANDLING ***/ -pref("cookiebanners.service.mode", 1); -pref("cookiebanners.service.mode.privateBrowsing", 1); - /** FULLSCREEN NOTICE ***/ pref("full-screen-api.transition-duration.enter", "0 0"); pref("full-screen-api.transition-duration.leave", "0 0"); diff --git a/src/browser/app/profile/zen-browser.js b/src/browser/app/profile/zen-browser.js index 3950b6ff2..b5e7e0bca 100644 --- a/src/browser/app/profile/zen-browser.js +++ b/src/browser/app/profile/zen-browser.js @@ -89,8 +89,8 @@ pref('zen.workspaces.enabled', true); pref('zen.watermark.enabled', true); // Smooth scrolling -user_pref('apz.overscroll.enabled', true); // not DEFAULT on Linux -user_pref('general.smoothScroll', true); // DEFAULT +pref('apz.overscroll.enabled', true); // not DEFAULT on Linux +pref('general.smoothScroll', true); // DEFAULT // Privacy pref('dom.private-attribution.submission.enabled', false); @@ -108,4 +108,8 @@ pref('browser.migrate.vivaldi.enabled', true); pref('browser.migrate.opera-gx.enabled', true); pref('browser.migrate.opera.enabled', true); +// DNS +// pref('network.proxy.type', 0); +// pref('network.trr.mode', 5); + #include better-fox.js \ No newline at end of file