security.mixed_content.upgrade_display_content.image not enabled in release
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: jacky.murda, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
Steps to reproduce:
Upgrade to Firefox 119 on Windows 10
Actual results:
Mixed images now loads with default settings.
Expected results:
Mixed images should not be loaded.
Before 119 we had only:
security.mixed_content.upgrade_display_content true
Now we have, in release:
security.mixed_content.upgrade_display_content.audio true
security.mixed_content.upgrade_display_content.image false
security.mixed_content.upgrade_display_content.video true
But in nightly all good:
security.mixed_content.upgrade_display_content.audio true
security.mixed_content.upgrade_display_content.image true
security.mixed_content.upgrade_display_content.video true
Comment 1•1 years ago
|
||
Before 119 it was security.mixed_content.upgrade_display_content false (https://searchfox.org/mozilla-central/rev/c5cd6b358e7e7de837aeaca64834c2251578e042/modules/libpref/init/StaticPrefList.yaml#12870) so mixed images did load with default settings in 119.
I.e. with default settings, nothing has changed here.
Reporter | ||
Updated•1 years ago
|
Reporter | ||
Comment 2•1 years ago
|
||
My bad I thought I checked it correctly.
Description
•