From c8db1feb6b534fa4fb28d0eb18d3259166b40965 Mon Sep 17 00:00:00 2001 From: Bob Reid Date: Wed, 20 Feb 2019 16:37:55 -0500 Subject: [PATCH] Make CSRF cookie and header names configuration based on django settings --- graphene_django/templates/graphene/graphiql.html | 4 ++-- graphene_django/views.py | 16 +++++++++++++--- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/graphene_django/templates/graphene/graphiql.html b/graphene_django/templates/graphene/graphiql.html index 1ba0613..03e8a98 100644 --- a/graphene_django/templates/graphene/graphiql.html +++ b/graphene_django/templates/graphene/graphiql.html @@ -26,7 +26,7 @@ add "&raw" to the end of the URL within a browser.