-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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
Update redirected URLs from https
-> http
(part 18)
#15267
Conversation
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.
So this one is trickier:
- We prefer not to have redirects
- But we don't like http links.
So we want to have https links that doesn't redirect.
In case there aren't any, we prefer having an https link that redirect to an http link because, when they will fix their website to support https correctly, the link will be automatically fixed while the http one will not.
files/en-us/games/tutorials/2d_breakout_game_phaser/randomizing_gameplay/index.md
Outdated
Show resolved
Hide resolved
files/en-us/games/tutorials/html5_gamedev_phaser_device_orientation/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/firefox/releases/1.5/what_s_new_in_1.5_alpha/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/accessibility/understanding_colors_and_luminance/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/guide/audio_and_video_delivery/cross-browser_audio_basics/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/http/configuring_servers_for_ogg_media/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jean-Yves Perrier <[email protected]>
I see. Mostly they go from Counter argument can be made that, taking users from |
There are free certificates nowadays. (See https://letsencrypt.org/ ) |
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.
Approving, but waiting for Eric's review before merging.
I'm changing strategy here: I will merge this to prevent the rotting of the bug. If Eric finds any problem, we'll fix it in a follow-up. |
Extending #14055
Summary
Updated redirected URLs. Redirecting from
https
tohttp
.Metadata