-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Options related to mixed content management.
- Upgrade all possible HTTP media in HTTPS sites, block the rest - security.mixed_content.upgrade_display_content = true (or extension)
- Block all HTTP media in HTTPS sites (alternative to option above) - security.mixed_content.block_display_content = true
- Mark sites with unsafe negotiation as mixed content - security.ssl.treat_unsafe_negotiation_as_broken = true
Reactions are currently unavailable