On Sun, 21 Jun 2020 15:36:30 +0200
"Alexander A. Klimov" <grandmas...@al2klimov.de> wrote:

> 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 <grandmas...@al2klimov.de>
> ---
>  Documentation/process/2.Process.rst           | 12 ++++----
>  Documentation/process/4.Coding.rst            |  4 +--
>  Documentation/process/botching-up-ioctls.rst  |  2 +-
>  Documentation/process/changes.rst             |  6 ++--
>  Documentation/process/clang-format.rst        |  2 +-
>  Documentation/process/coding-style.rst        |  2 +-
>  Documentation/process/howto.rst               |  2 +-
>  Documentation/process/kernel-docs.rst         | 28 +++++++++----------
>  .../process/maintainer-pgp-guide.rst          |  2 +-
>  Documentation/process/submitting-drivers.rst  | 22 +++++++--------
>  Documentation/process/submitting-patches.rst  |  4 +--
>  11 files changed, 43 insertions(+), 43 deletions(-)

I've applied this, thanks.

jon

Reply via email to