Closed qupig closed 3 weeks ago
I tweaked these a little based on your feedback.
I had documented upgrade_display_content wrong anyway. In the description, I describe what happens if you change the pref, not the default, so I had gotten that wrong.
And thanks!
Feel free to offer more feeedback
https://github.com/mozilla/policy-templates/blob/869b1d919857a59e4e3f06dfe2c9987f92710db5/docs/index.md?plain=1#L5253-L5256
The descriptions of
security.mixed_content.block_display_content
andsecurity.mixed_content.upgrade_display_content
are ambiguous here. They interact but are not specified clearly enough.According to the following information:
It looks like:
security.mixed_content.block_display_content
istrue
andsecurity.mixed_content.upgrade_display_content
will not take effect, that is, the former has higher priority.security.mixed_content.block_display_content
isfalse
andsecurity.mixed_content.upgrade_display_content
istrue
, the latter actually contains the function of the former, that is, try to upgrade first and block after the upgrade fails.