From c37c1c2d1192662cf2d313435b6d8a4aaf1e2465 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 17 Aug 2018 11:07:37 +0200 Subject: [PATCH 1/2] Always use HTTPS for CDN files There's no point using insecure, deprecated HTTP even if the current page is on HTTP. --- graphene_django/templates/graphene/graphiql.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphene_django/templates/graphene/graphiql.html b/graphene_django/templates/graphene/graphiql.html index 1ba0613b3..b04ccd935 100644 --- a/graphene_django/templates/graphene/graphiql.html +++ b/graphene_django/templates/graphene/graphiql.html @@ -16,11 +16,11 @@ width: 100%; } - - - - - + + + + + - - - + + + + +