user.js

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

commit c3210d1be97c7d3867d76841d1573a40a96cf0b2
parent d4f7590c833f6f0ff851072e74cd05d8517aad1b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 27 Apr 2019 06:55:58 +0000

1241: insecure passive: add setup tag
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -844,7 +844,7 @@ user_pref("security.cert_pinning.enforcement_level", 2); /* 1240: disable insecure active content on https pages * [1] https://trac.torproject.org/projects/tor/ticket/21323 ***/ user_pref("security.mixed_content.block_active_content", true); // [DEFAULT: true] -/* 1241: disable insecure passive content (such as images) on https pages ***/ +/* 1241: disable insecure passive content (such as images) on https pages [SETUP-WEB] ***/ user_pref("security.mixed_content.block_display_content", true); /* 1243: block unencrypted requests from Flash on encrypted pages to mitigate MitM attacks [FF59+] * [1] https://bugzilla.mozilla.org/1190623 ***/