From bdd84208ce6f82e52104a423af535aaff21a1f2a Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Mon, 4 Feb 2019 14:28:11 +0100 Subject: [PATCH] docs/website: consolidate CDN's and enable SRI Some of our cdn's are going discontinued (rawgit) and some others are not recommended anymore, thus we update to the recommended cdnjs. This patch enables also SRI protection on js to be sure the modules we download are not manipulated in any way. About SRI: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity Signed-off-by: James Hilliard Signed-off-by: Angelo Compagnucci Signed-off-by: Peter Korsgaard --- docs/website/footer.html | 6 +++--- docs/website/header.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/website/footer.html b/docs/website/footer.html index 2811fc5c0e..5b18047093 100644 --- a/docs/website/footer.html +++ b/docs/website/footer.html @@ -1,6 +1,6 @@ - - - + + + diff --git a/docs/website/header.html b/docs/website/header.html index ef6724f288..a6f16e680b 100644 --- a/docs/website/header.html +++ b/docs/website/header.html @@ -10,12 +10,12 @@ Buildroot - Making Embedded Linux Easy - + -- 2.30.2