Skip to content
Snippets Groups Projects
Commit 72fa55f0 authored by morgan's avatar morgan :smile_cat:
Browse files

fixup! Firefox preference overrides.

Bug 42687: Disable contentRelevancy component
parent 28135e70
No related branches found
No related tags found
No related merge requests found
Pipeline #199219 passed
......@@ -290,6 +290,11 @@ pref("browser.preferences.moreFromMozilla", false);
pref("extensions.screenshots.disabled", true);
pref("extensions.webcompat-reporter.enabled", false);
// Disable contentRelevancy component (which itself is gated on Nimbus) (tor-browser#42867)
pref("toolkit.contentRelevancy.enabled", false;
pref("toolkit.contentRelevancy.ingestEnabled", false);
pref("toolkit.contentRelevancy.log", false);
pref("browser.search.region", "US"); // Disable GeoIP search lookups (#16254)
// Disable use of WiFi location information
pref("browser.region.network.scan", false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment