From cdf11d69fff8e9fb7b174b1fb149066191f071d0 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 1177ecf..334cf12 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -9,7 +9,7 @@ {% endfor %} {% else %} - + {% endif %} {% if site.search == true or page.layout == "search" %} -- 2.45.2