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

Hyperlink protocol changed: HTTP -> HTTPS (#1) #652

Merged
merged 3 commits into from
Nov 15, 2020

Conversation

drtychai
Copy link
Contributor

@drtychai drtychai commented Nov 13, 2020

Just as the title says; if the domain supported HTTPS, then the protocol was appropriately changed.

The following two three sites were the only ones without TLS support configured:

  • wambook.sourceforge.net
  • minikanren.org
  • blog.ezyang.com

FWIW, I went through and clicked at least one link for each unique FQDN.

@drtychai
Copy link
Contributor Author

Oops, I missed blog.ezyang.com. Sorry for the extra commits!

The book build is now failing on due to a 403 from https://air.mozilla.org/rust-meetup-march-2017/, I'm not entirely sure why; it doesn't seem to be related to the HTTP -> HTTPS change:

# curl -iL https://air.mozilla.org/rust-meetup-march-2017/
HTTP/2 301
date: Fri, 13 Nov 2020 18:30:47 GMT
content-type: text/html
content-length: 162
location: https://mozilla.hosted.panopto.com/rust-meetup-march-2017/
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
content-security-policy: frame-ancestors 'none'

HTTP/2 403
date: Fri, 13 Nov 2020 18:30:47 GMT
content-length: 0
p3p: CP="Some Browsers Require This In Order to Set Third Party Cookies"
# curl -iL http://air.mozilla.org/rust-meetup-march-2017/
HTTP/1.1 308 Permanent Redirect
Date: Fri, 13 Nov 2020 18:30:59 GMT
Content-Type: text/html
Content-Length: 164
Connection: keep-alive
Location: https://air.mozilla.org/rust-meetup-march-2017/
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'none'

HTTP/2 301
date: Fri, 13 Nov 2020 18:30:59 GMT
content-type: text/html
content-length: 162
location: https://mozilla.hosted.panopto.com/rust-meetup-march-2017/
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
content-security-policy: frame-ancestors 'none'

HTTP/2 403
date: Fri, 13 Nov 2020 18:30:59 GMT
content-length: 0
p3p: CP="Some Browsers Require This In Order to Set Third Party Cookies"

@jackh726
Copy link
Member

Thanks! @bors r+

@bors
Copy link
Contributor

bors commented Nov 15, 2020

📌 Commit 5df9f48 has been approved by jackh726

@bors
Copy link
Contributor

bors commented Nov 15, 2020

⌛ Testing commit 5df9f48 with merge e9c82ba...

@bors
Copy link
Contributor

bors commented Nov 15, 2020

☀️ Test successful - checks-actions
Approved by: jackh726
Pushing e9c82ba to master...

@bors bors merged commit e9c82ba into rust-lang:master Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants