From 43d662fc8d1cd73543615334636f68a02309bb79 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Tue, 15 May 2018 14:23:11 +0100 Subject: Update font-awesome to 5.0.13 --- static/js/fouc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static') diff --git a/static/js/fouc.js b/static/js/fouc.js index 190e8d37..c1414d9b 100644 --- a/static/js/fouc.js +++ b/static/js/fouc.js @@ -28,9 +28,9 @@ document.onreadystatechange = function () { if (document.readyState == "interactive") { removeClass('html', 'prevent_fouc'); getScript( - 'https://pro.fontawesome.com/releases/v5.0.9/js/all.js', - 'sha384-DtPgXIYsUR6lLmJK14ZNUi11aAoezQtw4ut26Zwy9/6QXHH8W3+gjrRDT+lHiiW4', - 'anonymous' + 'https://pro.fontawesome.com/releases/v5.0.13/js/all.js', // URL + 'sha384-d84LGg2pm9KhR4mCAs3N29GQ4OYNy+K+FBHX8WhimHpPm86c839++MDABegrZ3gn', // Integrity + 'anonymous' // Cross-origin ) } } \ No newline at end of file -- cgit v1.2.3