user-agent-desktop icon indicating copy to clipboard operation
user-agent-desktop copied to clipboard

Disable Firefox Tracking Protection

Open remusao opened this issue 4 years ago • 1 comments

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

remusao avatar Sep 11 '20 13:09 remusao

@sammacbeth is this covered by #125 ? Can we close this one?

chrmod avatar Sep 15 '20 07:09 chrmod