5 Commits

Author SHA1 Message Date
Andy Ritger
90eb10774f
520.61.05 2022-10-10 14:59:24 -07:00
Andy Ritger
fe0728787f
515.76 2022-09-20 13:54:59 -07:00
Andy Ritger
965db98552
515.48.07 2022-05-27 16:40:24 -07:00
Alcaparra
570b630d28 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/
```
2022-05-24 17:16:56 -07:00
Andy Ritger
1739a20efc
515.43.04 2022-05-09 13:18:59 -07:00