From 54dc29b4b28074c1e25b619448e0997810015ff0 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Thu, 17 Mar 2016 17:18:42 +0000 Subject: [PATCH] Switch to jquery CDN who provide a sha256 hash to validate against. Advise is now to always use HTTPS for libraries as somebody else manages the certificate it will always validate and it makes sure that a large target doesn't get subject to MITM attack. --- templates/base.html | 62 ++++++++++++++++++++++++++------------------- 1 file changed, 36 insertions(+), 26 deletions(-) diff --git a/templates/base.html b/templates/base.html index cc3e9dd5..c27231bd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -14,14 +14,16 @@ - + {% block css %} {% endblock %} - + {% block preload_js %} @@ -46,32 +48,40 @@