- 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
This commit is contained in:
parent
13cc39d491
commit
1328266653
@ -10,6 +10,8 @@ Thu Oct 3 08:40:05 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
|||||||
firefox-add-kde.js-in-order-to-survive-PGO-build.patch
|
firefox-add-kde.js-in-order-to-survive-PGO-build.patch
|
||||||
- update create-tar.sh to latest revision and adjusted tar_stamps
|
- 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)
|
- 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 <wr@rosenauer.org>
|
Thu Sep 19 13:31:16 UTC 2019 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
@ -3,3 +3,6 @@ pref("browser.preferences.instantApply", true);
|
|||||||
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
pref("geo.wifi.uri", "https://location.services.mozilla.com/v1/geolocate?key=%MOZILLA_API_KEY%");
|
||||||
/* Disable DoH by default */
|
/* Disable DoH by default */
|
||||||
pref("network.trr.mode", 5);
|
pref("network.trr.mode", 5);
|
||||||
|
// do not disable system-global or app-global extensions
|
||||||
|
pref("extensions.autoDisableScopes", 3);
|
||||||
|
pref("extensions.shownSelectionUI", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user