Skip to content
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

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

hamishwillee
Copy link
Collaborator

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

@hamishwillee hamishwillee requested a review from a team as a code owner May 28, 2024 00:32
@hamishwillee hamishwillee requested review from Elchi3 and removed request for a team May 28, 2024 00:32
@github-actions github-actions bot added Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed labels May 28, 2024
Copy link
Contributor

Preview URLs

Flaws (1)

Note! 1 document with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Mozilla/Firefox/Experimental_features
Title: Experimental features in Firefox
Flaw count: 1

  • macros:
    • /en-US/docs/Web/CSS/path redirects to /en-US/docs/Web/CSS/basic-shape/path
External URLs (76)

URL: /en-US/docs/Mozilla/Firefox/Releases/127
Title: Firefox 127 for developers


URL: /en-US/docs/Mozilla/Firefox/Experimental_features
Title: Experimental features in Firefox

@bsmth
Copy link
Member

bsmth commented Jun 10, 2024

The doc files/en-us/web/security/mixed_content/index.md contains a link to a section in files/en-us/mozilla/firefox/experimental_features/index.md that we've removed.

Copy link
Member

@bsmth bsmth left a 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!

@bsmth bsmth merged commit ecec825 into mdn:main Jun 10, 2024
6 of 7 checks passed
@hamishwillee hamishwillee deleted the ff127_mixed_content_autoupgrade branch June 10, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Firefox Content in the Mozilla/Firefox subtree size/s [PR only] 6-50 LoC changed
2 participants