mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
55a37d7117
* Use more secure https://www.uefi.org http://www.uefi.org directs to https://uefi.org/, so this saves one redirect. $ curl -I http://www.uefi.org HTTP/1.1 302 Found Server: nginx Date: Tue, 09 Apr 2019 14:54:46 GMT Content-Type: text/html; charset=iso-8859-1 Connection: keep-alive X-Content-Type-Options: nosniff Location: https://uefi.org/ Cache-Control: max-age=1209600 Expires: Tue, 23 Apr 2019 14:54:46 GMT Run the command below to update all occurrences. git grep -l http://www.uefi.org | xargs sed -i 's,http://www.uefi.org,https://www.uefi.org,' * Use https://uefi.org to save redirect Save one redirect by using the target location. $ curl -I https://www.uefi.org HTTP/1.1 301 Moved Permanently Server: nginx Date: Tue, 09 Apr 2019 14:55:42 GMT Content-Type: text/html; charset=iso-8859-1 Connection: keep-alive X-Content-Type-Options: nosniff Location: https://uefi.org/ Cache-Control: max-age=1209600 Expires: Tue, 23 Apr 2019 14:55:42 GMT Run the command below to update all occurrences. git grep -l https://www.uefi.org | xargs sed -i 's,https://www.uefi.org,https://uefi.org,' |
||
---|---|---|
.. | ||
add-git-hook.sh | ||
catalog-report.py | ||
check-directives.sh | ||
check-includes.pl | ||
choose-default-locale.sh | ||
coverity.sh | ||
find-build-dir.sh | ||
find-double-newline.sh | ||
find-tabs.sh | ||
gdb-sd_dump_hashmaps.py | ||
generate-gperfs.py | ||
make-directive-index.py | ||
make-man-index.py | ||
make-man-rules.py | ||
meson-apply-m4.sh | ||
meson-build.sh | ||
meson-check-api-docs.sh | ||
meson-check-compilation.sh | ||
meson-check-help.sh | ||
meson-git-contrib.sh | ||
meson-hwdb-update.sh | ||
meson-make-symlink.sh | ||
meson-vcs-tag.sh | ||
oss-fuzz.sh | ||
xml_helper.py |