Replace HTTP links with HTTPS ones: documentation
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by:Alexander A. Klimov <grandmaster@al2klimov.de> Link: https://lore.kernel.org/r/20200526060544.25127-1-grandmaster@al2klimov.de Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
Showing
- Documentation/COPYING-logo 1 addition, 1 deletionDocumentation/COPYING-logo
- Documentation/admin-guide/LSM/tomoyo.rst 8 additions, 8 deletionsDocumentation/admin-guide/LSM/tomoyo.rst
- Documentation/admin-guide/acpi/initrd_table_override.rst 1 addition, 1 deletionDocumentation/admin-guide/acpi/initrd_table_override.rst
- Documentation/admin-guide/bcache.rst 2 additions, 2 deletionsDocumentation/admin-guide/bcache.rst
- Documentation/admin-guide/devices.rst 1 addition, 1 deletionDocumentation/admin-guide/devices.rst
- Documentation/admin-guide/initrd.rst 1 addition, 1 deletionDocumentation/admin-guide/initrd.rst
- Documentation/admin-guide/md.rst 1 addition, 1 deletionDocumentation/admin-guide/md.rst
- Documentation/admin-guide/mono.rst 2 additions, 2 deletionsDocumentation/admin-guide/mono.rst
- Documentation/admin-guide/reporting-bugs.rst 1 addition, 1 deletionDocumentation/admin-guide/reporting-bugs.rst
- Documentation/admin-guide/unicode.rst 2 additions, 2 deletionsDocumentation/admin-guide/unicode.rst
- Documentation/conf.py 1 addition, 1 deletionDocumentation/conf.py
- Documentation/core-api/rbtree.rst 2 additions, 2 deletionsDocumentation/core-api/rbtree.rst
- Documentation/dev-tools/gdb-kernel-debugging.rst 1 addition, 1 deletionDocumentation/dev-tools/gdb-kernel-debugging.rst
- Documentation/doc-guide/parse-headers.rst 1 addition, 1 deletionDocumentation/doc-guide/parse-headers.rst
- Documentation/driver-api/acpi/linuxized-acpica.rst 3 additions, 3 deletionsDocumentation/driver-api/acpi/linuxized-acpica.rst
- Documentation/driver-api/usb/bulk-streams.rst 2 additions, 2 deletionsDocumentation/driver-api/usb/bulk-streams.rst
- Documentation/driver-api/usb/writing_musb_glue_layer.rst 3 additions, 3 deletionsDocumentation/driver-api/usb/writing_musb_glue_layer.rst
- Documentation/filesystems/path-lookup.txt 1 addition, 1 deletionDocumentation/filesystems/path-lookup.txt
- Documentation/filesystems/seq_file.rst 2 additions, 2 deletionsDocumentation/filesystems/seq_file.rst
- Documentation/misc-devices/c2port.txt 3 additions, 3 deletionsDocumentation/misc-devices/c2port.txt
Loading
Please register or sign in to comment