mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:
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>
Acked-by: Vishal Verma <vishal.l.verma@intel.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
|
||
|---|---|---|
| .. | ||
| apei | ||
| dsd | ||
| acpi-lid.rst | ||
| aml-debugger.rst | ||
| debug.rst | ||
| DSD-properties-rules.rst | ||
| enumeration.rst | ||
| extcon-intel-int3496.rst | ||
| gpio-properties.rst | ||
| i2c-muxes.rst | ||
| index.rst | ||
| intel-pmc-mux.rst | ||
| lpit.rst | ||
| method-customizing.rst | ||
| method-tracing.rst | ||
| namespace.rst | ||
| osi.rst | ||
| video_extension.rst | ||