Alexander A. Klimov 7a6498ebcd 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>
2020-07-06 13:23:03 -07:00
..
2020-05-12 18:12:40 -07:00
2020-04-28 11:28:36 +02:00
2019-07-27 14:23:48 -07:00
2020-03-30 13:45:04 -07:00
2020-03-29 22:30:57 -07:00
2020-04-18 15:04:27 -07:00
2020-05-19 15:45:12 -07:00
2020-05-22 15:49:30 -07:00