From 1328266653b6538ba9a6754f4000b7b3d981550c0434d41099d7bcbf1f1a886d Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 3 Oct 2019 20:32:17 +0000 Subject: [PATCH] - extension preferences moved from branding package to core package (packaging but not branding specific) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=779 --- MozillaFirefox.changes | 2 ++ firefox.js | 3 +++ 2 files changed, 5 insertions(+) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index fcb5415..a016a80 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -10,6 +10,8 @@ Thu Oct 3 08:40:05 UTC 2019 - Wolfgang Rosenauer firefox-add-kde.js-in-order-to-survive-PGO-build.patch - update create-tar.sh to latest revision and adjusted tar_stamps - add mozilla-fix-top-level-asm.patch to fix LTO build (w/o PGO) +- extension preferences moved from branding package to core package + (packaging but not branding specific) ------------------------------------------------------------------- Thu Sep 19 13:31:16 UTC 2019 - Wolfgang Rosenauer diff --git a/firefox.js b/firefox.js index 64e74c6..5751e39 100644 --- a/firefox.js +++ b/firefox.js @@ -3,3 +3,6 @@ pref("browser.preferences.instantApply", true); pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%"); /* Disable DoH by default */ pref("network.trr.mode", 5); +// do not disable system-global or app-global extensions +pref("extensions.autoDisableScopes", 3); +pref("extensions.shownSelectionUI", true);