From 92a90d75782e359622a21317847c9d441abe3cd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kurk=C3=B3=20Mih=C3=A1ly?= Date: Mon, 24 Jun 2019 11:56:55 +0300 Subject: graphql: check the integrity of the CDN files (#19742) * graphql: check the integrity of the cdn files * graphql: omit go-bindata --- graphql/graphiql.go | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/graphql/graphiql.go b/graphql/graphiql.go index e72609254..483d4cea3 100644 --- a/graphql/graphiql.go +++ b/graphql/graphiql.go @@ -60,11 +60,37 @@ var graphiql = []byte(` - - - - - + + + + + +
Loading...
@@ -84,7 +110,6 @@ var graphiql = []byte(` } }); } - ReactDOM.render( React.createElement(GraphiQL, {fetcher: fetchGQL}), document.getElementById("graphiql") -- cgit v1.2.3