From ea2cd9894fa1c8a65c365d1b7c042e27df519324 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 19 Mar 2019 20:34:10 +0000 Subject: [PATCH] Always use HTTPS for CDN files (#498) * Always use HTTPS for CDN files There's no point using insecure, deprecated HTTP even if the current page is on HTTP. * add integrity and crossorigin attributes --- .../templates/graphene/graphiql.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/graphene_django/templates/graphene/graphiql.html b/graphene_django/templates/graphene/graphiql.html index af11274..c0c9af1 100644 --- a/graphene_django/templates/graphene/graphiql.html +++ b/graphene_django/templates/graphene/graphiql.html @@ -17,11 +17,20 @@ add "&raw" to the end of the URL within a browser. width: 100%; } - - - - - + + + + +