user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 9340f8ba04faa2f32e2dd917fda97057e926acfd
parent dd01dd54c65de3c62ee1e91666ed3dedec44b95b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri,  9 Jun 2017 01:05:56 +1200

1240: add reference
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -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) ***/