-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FF127 Relnote - mixed content requests auto upgraded to secure #33784
Conversation
The doc |
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.
LGTM! There's one follow-up to take care of in files/en-us/web/security/mixed_content/index.md
not touched in this PR. I'm going to merge this one shortly to make the nightly build 👍🏻
Thank you!
FF127 auto upgrades insecure (HTTP) requests in secure pages to secure requests (HTTPS) for most img, video, audio in https://bugzilla.mozilla.org/show_bug.cgi?id=1779757
Note that this is done according to more-complicated spec rules - e.g. all CSP requests for this type are blocked. I haven't captured that nuance here, but will do so when I update the mixed-content page.
Related docs work in #33592