Skip to content

Commit acbf881

Browse files
saving the world bytes at a time
1 parent 7351e56 commit acbf881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ user_pref("security.mixed_content.block_active_content", true); // default: true
794794
/* 1241: disable insecure passive content (such as images) on https pages - mixed context ***/
795795
user_pref("security.mixed_content.block_display_content", true);
796796
/* 1243: block unencrypted requests from Flash on encrypted pages to mitigate MitM attacks (FF59+)
797-
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1190623 ***/
797+
* [1] https://bugzilla.mozilla.org/1190623 ***/
798798
user_pref("security.mixed_content.block_object_subrequest", true);
799799

800800
/** CIPHERS [see the section 1200 intro] ***/

0 commit comments

Comments
 (0)