diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-22 21:17:59 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-22 21:27:54 +0200 |
commit | 7e4dbb5e131156aa47135c54a92eac7dbde2f4c4 (patch) | |
tree | 1fe39fca280271764a44893dbb75b4af5dce8837 /www-client/firefox/files | |
parent | www-client/firefox: drop old (diff) | |
download | gentoo-7e4dbb5e131156aa47135c54a92eac7dbde2f4c4.tar.gz gentoo-7e4dbb5e131156aa47135c54a92eac7dbde2f4c4.tar.bz2 gentoo-7e4dbb5e131156aa47135c54a92eac7dbde2f4c4.zip |
www-client/firefox: bump to v70.0
Due to privacy concerns (encrypting DNS might be a good thing, sending all
DNS traffic to Cloudflare by default is not a good idea and applications
should respect OS configured settings), "network.trr.mode" was set to 5
("Off by choice") by default.
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client/firefox/files')
-rw-r--r-- | www-client/firefox/files/gentoo-default-prefs.js-3 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www-client/firefox/files/gentoo-default-prefs.js-3 b/www-client/firefox/files/gentoo-default-prefs.js-3 new file mode 100644 index 000000000000..d2a4dc82c94a --- /dev/null +++ b/www-client/firefox/files/gentoo-default-prefs.js-3 @@ -0,0 +1,18 @@ +pref("app.update.enabled", false); +pref("app.update.autoInstallEnabled", false); +pref("browser.display.use_system_colors", true); +pref("browser.link.open_external", 3); +pref("general.smoothScroll", true); +pref("general.autoScroll", false); +pref("browser.tabs.tabMinWidth", 15); +pref("browser.backspace_action", 0); +pref("browser.urlbar.hideGoButton", true); +pref("accessibility.typeaheadfind", true); +pref("browser.shell.checkDefaultBrowser", false); +pref("browser.EULA.override", true); +pref("general.useragent.vendor", "Gentoo"); +pref("general.useragent.locale", "chrome://global/locale/intl.properties"); +pref("intl.locale.requested", ""); +pref("extensions.autoDisableScopes", 0); +pref("layout.css.dpi", 0); +pref("network.trr.mode", 5); |