user-agent-desktop
user-agent-desktop copied to clipboard
Disable Firefox Tracking Protection
browser/app/profile/firefox.js
Muliple prefs seem relevant:
pref("privacy.trackingprotection.fingerprinting.enabled", true);
pref("browser.contentblocking.database.enabled", false);
pref("browser.contentblocking.allowlist.storage.enabled", false);
pref("browser.contentblocking.cryptomining.preferences.ui.enabled", false);
pref("browser.contentblocking.fingerprinting.preferences.ui.enabled", false);
browser/components/about/AboutRedirector.cpp
https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/about/AboutRedirector.cpp#L119
browser/components/about/components.conf
https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/about/components.conf#L24
browser/components/moz.build
https://github.com/cliqz-oss/browser-f/blob/master/mozilla-release/browser/components/moz.build#L51
@sammacbeth is this covered by #125 ? Can we close this one?