mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-19 20:11:34 -05:00
Changing the extensions.blocklist.url flag (#565)
* Changing the extensions.blocklist.url flag Limit the amount of identifiable information sent when requesting the Mozilla harmful extensions blocklist. * Change extensions.blocklist.url parameters to nullbytes We don't actually need to supply the `%APP_ID%`/`%APP_VERSION%` parameters
This commit is contained in:
parent
c398b1aa1e
commit
81a659dd09
@ -845,6 +845,13 @@ layout: default
|
||||
<li>Not rendering IDNs as their Punycode equivalent leaves you open to phishing attacks that can be very difficult to notice. <a href="https://krebsonsecurity.com/2018/03/look-alike-domains-and-visual-confusion/#more-42636">Source</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
<li>extensions.blocklist.url = https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%20/%20/
|
||||
<ul>
|
||||
<li>Limit the amount of identifiable information sent when requesting the Mozilla harmful extension blocklist.</li>
|
||||
<li>Optionally, the blocklist can be disabled entirely by setting <code>extensions.blocklist.enabled</code> to false for increased privacy, but decreased security. <a href="https://old.reddit.com/r/privacytoolsIO/comments/9uqeew/firefox_tip_sanitize_firefox_blocklist_url_so_it/">Source</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<!-- related information -->
|
||||
|
Loading…
Reference in New Issue
Block a user