Replace HTTP links with HTTPS ones: IPv*
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> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/ipv4/Kconfig 4 additions, 4 deletionsnet/ipv4/Kconfig
- net/ipv4/cipso_ipv4.c 2 additions, 2 deletionsnet/ipv4/cipso_ipv4.c
- net/ipv4/fib_trie.c 1 addition, 1 deletionnet/ipv4/fib_trie.c
- net/ipv4/netfilter/ipt_CLUSTERIP.c 1 addition, 1 deletionnet/ipv4/netfilter/ipt_CLUSTERIP.c
- net/ipv4/tcp_highspeed.c 1 addition, 1 deletionnet/ipv4/tcp_highspeed.c
- net/ipv4/tcp_htcp.c 1 addition, 1 deletionnet/ipv4/tcp_htcp.c
- net/ipv4/tcp_input.c 1 addition, 1 deletionnet/ipv4/tcp_input.c
- net/ipv4/tcp_veno.c 1 addition, 1 deletionnet/ipv4/tcp_veno.c
- net/ipv6/Kconfig 1 addition, 1 deletionnet/ipv6/Kconfig
Loading
Please register or sign in to comment