From 5a0487f5b546c6de6fa9d24a21a7ddb6b74672cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Grange?= Date: Tue, 13 Nov 2018 15:34:54 +0100 Subject: [PATCH] add integrity hash for Font Awesome script (#1922) * add integrity hash for Font Awesome script As the script is loaded from an external CDN (use.fontawesome.com), its integrity must be ensured mainly for security reasons. This hash must be updated together with the exact version of Font Awesome, as given on their website. * Update to FontAwesome 5.5.0 --- _includes/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/scripts.html b/_includes/scripts.html index 1177ecfd8f88..334cf122bf61 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -9,7 +9,7 @@ {% endfor %} {% else %} - + {% endif %} {% if site.search == true or page.layout == "search" %}