security.mixed_content.upgrade_display_content.image is true by default
Related to my previous issue. Since the latest alpha-version 14.0a1 is based on Mozilla Firefox 128.0esr, in also includes the new upgrade/block behavior described here: https://blog.mozilla.org/security/2024/06/05/firefox-will-upgrade-more-mixed-content-in-version-127/ This means that most ONION web-sites will not work correctly, for they are http-based and very often use external resources (CDN scripts) that do not work over HTTP, so even requesting them scheme-less, like //cdn.... will result in them being loaded via HTTPS on HTTP pages, which automatically makes content Mixed from Firefox's point of view, and prevents any local resources to work (images, audio and video).
I believe for Tor browser this default behavior is not acceptable, hence I believe these settings should be changed: security.mixed_content.upgrade_display_content false security.mixed_content.upgrade_display_content.audio false security.mixed_content.upgrade_display_content.image false security.mixed_content.upgrade_display_content.video false (By default they are all set to TRUE, which causes the behavior described above)
Please let me know if this will change or should I consider changing my web-site drastically (there is really very much to change, and I believe I'm not the only one).
Thank you very much for attention.