From c31f3d251b08da924fa8b75033ec57fe307537d4 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Fri, 19 May 2017 08:43:49 +0200 Subject: [PATCH] Use cdnjs with SRI and HTTPS for all CDN JS files SRI means that there's a lesser risk for XSS, and CDNJS itself recommends always requesting them over HTTPS in their "About" page. This closes #133 --- nyaa/templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nyaa/templates/layout.html b/nyaa/templates/layout.html index 2965049..b2cbedc 100644 --- a/nyaa/templates/layout.html +++ b/nyaa/templates/layout.html @@ -30,9 +30,9 @@ - - - + + +