-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7e4268
commit 91cbc1e
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
91cbc1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: When
dom.security.https_only_mode
=true
thensecurity.mixed_content.block_display_content
doesn't matter.91cbc1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't bother checking which process gets to the resources first - mixed_content (active/passive) or upgrading (HOM). Considering active is default true, I would assume Moz devs prioritize HOM over mixed_content. Both mixed_content are probably redundant with HOM, but who knows if they catch edge cases? IDK
We'll still keep the mixed_content prefs not commented out, for those who don't use HOM, e.g. ESR users who don't use v78
91cbc1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure. Just wanted to point it out, if you find it helpful somehow. 😉 ❤️
91cbc1e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.