Skip to content

Commit

Permalink
Fix | download failed message on AMO - prevent mozaddonmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl143 authored and alver-cliqz committed Oct 10, 2018
1 parent 515f4ef commit 8f101c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cliqz.cfg
Expand Up @@ -207,6 +207,7 @@ if (getenv('MOZ_CLIQZ_PRIVATE_MODE')) {
pref("browser.pocket.api", "");
pref("browser.pocket.site", "");
pref("network.http.referer.hideOnionSource", true);
pref("privacy.resistFingerprinting.block_mozAddonManager", true); // Prevent mozaddonmanager on AMO to restore native error message handling for Addons

// Fingerprinting
pref("webgl.min_capability_mode", true);
Expand Down

0 comments on commit 8f101c9

Please sign in to comment.