summaryrefslogtreecommitdiff
path: root/data/settings.js
AgeCommit message (Collapse)Author
2020-01-07Improve default settings.Mark H Weaver
* data/settings.js: Disable all safebrowsing update providers, not just Mozilla. Make sure updater telemetry is disabled. Don't ping Mozilla for man-in-the-middle detection. Use the proxy server to do DNS lookups when using SOCKS. Set 'media.gmp-manager.updateEnabled' to false, as is done in Tor browser. Don't report TLS errors to Mozilla.
2020-01-07Remove redundant code in settings.js.Mark H Weaver
* data/settings.js: Remove redundant calls to 'pref'.
2019-11-20Require extensions in the user and system scopes to be signed by Mozilla.Mark H Weaver
* data/settings.js: Remove the IceCat-specific default setting of xpinstall.signatures.required, thus reverting to the upstream default value of 'true'. * data/buildscripts/mozconfig-common: Add build option "--with-unsigned-addon-scopes=app".
2019-11-20Remove some obsolete or redundant entries from settings.js.Mark H Weaver
* data/settings.js: Remove obsolete entries for making DuckDuckGo the default search engine, which is now handled elsewhere. Remove the redundant entries for "browser.search.suggest.enabled" and "network.http.speculative-parallel-limit" and "media.gmp-manager.url".
2019-10-28Use legacy profilesMark H Weaver
Mark found that IceCat will otherwise prompt the user to create an account. * data/patches/legacy-profiles.pach: New file. * data/settings.js (identity.fxaccounts.enabled): Set to false. Co-Authored-By: Mike Gerwitz <mtg@gnu.org>
2019-10-20Port changes from Abrowser's updates from 60 through 68Amin Bandali
2019-05-10settings.js: enabled privacy.firstparty.isolate, ↵Ruben Rodriguez
network.http.referer.spoofSource, disabled network.http.originextension
2018-11-07Disabled push notificationsRuben Rodriguez
2018-09-13Changes to settings.js for v60Ruben Rodriguez
2018-02-25Changes to settings.js:Ruben Rodriguez
- Disable downloading the safebrowsing blacklist - Always ask before restoring the browsing session - Disable shield/heartbeat - Enable WebRTC but don't reveal your internal IP when WebRTC is enabled
2017-09-01Fixed OCSP check settings that were impeding captive portal usageRuben Rodriguez
2017-05-05Do not show unicode urlsRuben Rodriguez
2016-11-21Applied settings to deal with privacy issues regarding EME, telemetry, ↵Ruben Rodriguez
flash, search suggestions, WebRTC, Geolocation, GMP, Pocket, and extension signatures
2016-05-10Do not spoof user-agent on androidRuben Rodriguez
2016-05-10Updated ssl cypher settingsRuben Rodriguez
2016-02-03Disabled direct2d acceleration (fix for Windows crashes)Ruben Rodriguez
2015-12-22Updated release-notes and privacy URLsRuben Rodriguez
2015-10-12Added more privacy settings and crypto hardeningRuben Rodriguez
2015-10-12Finished v38 initial rebaseRuben Rodriguez
2015-07-13Disabled hardware acceleration and WebGLRuben Rodriguez
2015-06-24The logjam attack [https://weakdh.org/] allows an attacker to impersonate ↵Ruben Rodriguez
servers that support weak keys. This change implements https://addons.mozilla.org/en-US/firefox/addon/disable-dhe/
2015-03-08Make sure app.update and datareporting are disabledRuben Rodriguez
2015-03-08Added buildscripts and needed changes to crosscompile packages for MacOS, ↵Ruben Rodriguez
Windows and Android
2015-01-28Updated to v31.4.0ESRRuben Rodriguez
* Search form in about:icecat now searches in default search engine * Disabled accessibility.blockautorefresh * Replaced references to Open Source with Free Software where applicable * Added html5-video-everywhere v0.1.1 extension: https://github.com/lejenome/html5-video-everywhere * Updated LibreJS to 6.0.8 Build scripts updated to use pbuilder
2014-10-21Request pages in english via aboutIcecat initialization scriptRuben Rodriguez
2014-10-21Set requested language to en by defaultRuben Rodriguez
2014-10-20* Fixed poodle attackRuben Rodriguez
* Move documentation links to libreplanet * Changed useragent to match Torbrowser 4 * Disabled welcome url * Disabled channel updates
2014-10-20Generalize data directoryRuben Rodriguez