Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
Tor Browser
Commits
c3450b49
Commit
c3450b49
authored
Sep 09, 2020
by
Georg Koppen
Browse files
Revert "Bug 40090: Disable v3 add-on blocklist for now"
This reverts commit
ee9af308
.
parent
56cae1cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/app/profile/firefox.js
View file @
c3450b49
...
...
@@ -42,9 +42,9 @@ pref("extensions.getAddons.link.url", "https://addons.mozilla.org/%LOCALE%/firef
pref
(
"
extensions.getAddons.langpacks.url
"
,
"
https://services.addons.mozilla.org/api/v3/addons/language-tools/?app=firefox&type=language&appversion=%VERSION%
"
);
pref
(
"
extensions.getAddons.discovery.api_url
"
,
"
https://services.addons.mozilla.org/api/v4/discovery/?lang=%LOCALE%&edition=%DISTRIBUTION%
"
);
//
No
bloomfilters for the addons blocklist
for now, but
JSON only.
pref
(
"
extensions.blocklist.useMLBF
"
,
fals
e
);
pref
(
"
extensions.blocklist.useMLBF.stashes
"
,
fals
e
);
//
Use
bloomfilters for the addons blocklist
, instead of
JSON only.
pref
(
"
extensions.blocklist.useMLBF
"
,
tru
e
);
pref
(
"
extensions.blocklist.useMLBF.stashes
"
,
tru
e
);
// The URL for the privacy policy related to recommended extensions.
pref
(
"
extensions.recommendations.privacyPolicyUrl
"
,
"
https://www.mozilla.org/privacy/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=privacy-policy-link#addons
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment