1
1
mirror of https://github.com/arkenfox/user.js.git synced 2024-09-29 15:31:16 +02:00

1240: add reference

This commit is contained in:
Thorin-Oakenpants 2017-06-09 01:05:56 +12:00 committed by GitHub
parent dd01dd54c6
commit 9340f8ba04

@ -673,7 +673,8 @@ user_pref("security.cert_pinning.enforcement_level", 2);
* [2] https://wiki.mozilla.org/Privacy/Features/HSTS_Preload_List ***/
user_pref("network.stricttransportsecurity.preloadlist", true);
/** MIXED CONTENT ***/
/* 1240: disable insecure active content on https pages - mixed content ***/
/* 1240: disable insecure active content on https pages - mixed content
* [1] https://trac.torproject.org/projects/tor/ticket/21323 ***/
user_pref("security.mixed_content.block_active_content", true);
/* 1241: disable insecure passive content (such as images) on https pages - mixed context
* [WARNING] When set to true, this will visually break many sites (March 2017) ***/