diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2017-10-04 13:14:13 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-21 11:51:30 +0000 |
commit | 0373ce31fe5b11dcf23b27fbc221ba019a1cf7f1 (patch) | |
tree | 473242727e8cd1df910c3787c42857ff8ab9741e /helpers.c | |
parent | 5ca5523fd8f6800c32cbc8f3724b393e791cebd6 (diff) | |
download | flashrom-0373ce31fe5b11dcf23b27fbc221ba019a1cf7f1.tar.gz flashrom-0373ce31fe5b11dcf23b27fbc221ba019a1cf7f1.tar.bz2 flashrom-0373ce31fe5b11dcf23b27fbc221ba019a1cf7f1.zip |
print: Update Asus URLs to use more secure HTTPS
Asus set up HTTPS for their site, and redirects to that by default. So,
use this by default, which also saves one redirect.
```
$ curl -I http://www.asus.com/
HTTP/1.1 301 Moved Permanently
Content-Length: 0
Location: https://www.asus.com/
Date: Wed, 04 Oct 2017 11:15:14 GMT
Connection: keep-alive
X-Akamai-Device-Characteristics: desktop
X-Akamai-Device-Model: ; ; cURL; cURL
```
Use the command below to change the occurrences.
```
sed -i 's,http://www.asus.com,https://www.asus.com,g' print.c
```
Change-Id: I62319bfbf39c73f98ed3f865a11f4fe870befee4
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/21874
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'helpers.c')
0 files changed, 0 insertions, 0 deletions