Replace HTTP links with HTTPS ones: Documentation/admin-guide
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: If not .svg: 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/20200627072935.62652-1-grandmaster@al2klimov.de Signed-off-by:
Jonathan Corbet <corbet@lwn.net>
Showing
- Documentation/admin-guide/dell_rbu.rst 1 addition, 1 deletionDocumentation/admin-guide/dell_rbu.rst
- Documentation/admin-guide/devices.txt 3 additions, 3 deletionsDocumentation/admin-guide/devices.txt
- Documentation/admin-guide/ext4.rst 2 additions, 2 deletionsDocumentation/admin-guide/ext4.rst
- Documentation/admin-guide/kernel-parameters.txt 1 addition, 1 deletionDocumentation/admin-guide/kernel-parameters.txt
- Documentation/admin-guide/laptops/disk-shock-protection.rst 1 addition, 1 deletionDocumentation/admin-guide/laptops/disk-shock-protection.rst
- Documentation/admin-guide/laptops/sonypi.rst 1 addition, 1 deletionDocumentation/admin-guide/laptops/sonypi.rst
- Documentation/admin-guide/laptops/thinkpad-acpi.rst 3 additions, 3 deletionsDocumentation/admin-guide/laptops/thinkpad-acpi.rst
- Documentation/admin-guide/mm/ksm.rst 1 addition, 1 deletionDocumentation/admin-guide/mm/ksm.rst
- Documentation/admin-guide/nfs/nfs-client.rst 2 additions, 2 deletionsDocumentation/admin-guide/nfs/nfs-client.rst
- Documentation/admin-guide/nfs/nfs-rdma.rst 1 addition, 1 deletionDocumentation/admin-guide/nfs/nfs-rdma.rst
- Documentation/admin-guide/nfs/nfsroot.rst 3 additions, 3 deletionsDocumentation/admin-guide/nfs/nfsroot.rst
- Documentation/admin-guide/sysctl/fs.rst 1 addition, 1 deletionDocumentation/admin-guide/sysctl/fs.rst
Please register or sign in to comment