Skip to content

Fix permanent redirects using http protocol #1125

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

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

Nemo157
Copy link
Member

@Nemo157 Nemo157 commented Oct 26, 2020

/favicon.ico was redirecting to http://docs.rs/-/static/favicon.ico because of the https being stripped by the reverse proxy. Instead we can just use a site-relative url for these redirects.

@jyn514 jyn514 merged commit 1d3d23a into rust-lang:master Oct 26, 2020
@jyn514 jyn514 added A-backend Area: Webserver backend S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it labels Oct 26, 2020
@Nemo157 Nemo157 deleted the fix-mixed-content branch October 26, 2020 21:51
@jyn514 jyn514 removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Dec 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend Area: Webserver backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants