Skip to content
Snippets Groups Projects
Commit 3c163548 authored by Yawning Angel's avatar Yawning Angel
Browse files

Bug 22969: Disable the addon blocklist.

Leaking information to Mozilla is bad, the container setup takes step
not to allow non-standard extensions, and it's totally unsupported
anyway.
parent 9f37bf82
No related branches found
No related tags found
No related merge requests found
Changes in version 0.0.12 - UNRELEASED:
* Bug 22969: Disable the addon blocklist.
Changes in version 0.0.11 - 2017-07-18:
* Bug 22910: Deprecate the volatile extension dir option.
......
......@@ -30,3 +30,7 @@ lockPref("toolkit.startup.max_resumed_crashes", -1);
// gets "telemetery" using Google Analytics, and extensions are individually
// read-only bind mounted in, so it will not work at all.
lockPref("extensions.getAddons.showPane", false);
// Disable the addon blocklist, because it leaks information about the browser
// install date among other things to Mozilla.
lockPref("extensions.blocklist.enabled", 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