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

Update HTTP link to HTTPS #101

Merged
merged 1 commit into from
May 25, 2022
Merged

Update HTTP link to HTTPS #101

merged 1 commit into from
May 25, 2022

Commits on May 12, 2022

  1. Update HTTP link to HTTPS

    http://www.nvidia.com redirects to https://www.nvidia.com/, so linking to http is reduntant.
    More importantly, it could be considered a security issue, do to the nature of plain http. An attacker could perform a MITM attack and redirect the HTTP request to a malicious website.
    ```
    > GET / HTTP/1.1
    > Host: www.nvidia.com
    
    Response:
    < HTTP/1.1 307 Temporary Redirect
    < Location: https://www.nvidia.com/
    ```
    alcaparra authored May 12, 2022
    Configuration menu
    Copy the full SHA
    31b7ada View commit details
    Browse the repository at this point in the history