You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This provides more security, although man-in-the-middle attacks are still possible as long as the website is served over http. To be able to fix this, Github needs to implement https for user pages first: isaacs/github#156
The text was updated successfully, but these errors were encountered:
Now that rust-lang/rust#16123 has been implemented, the website can be updated to use
$ curl https://static.rust-lang.org/rustup.sh | sudo sh
instead of
$ curl http://www.rust-lang.org/rustup.sh | sudo bash
This provides more security, although man-in-the-middle attacks are still possible as long as the website is served over http. To be able to fix this, Github needs to implement https for user pages first: isaacs/github#156
The text was updated successfully, but these errors were encountered: