Skip to content

Commit 5543df2

Browse files
docs(implementations): audit report [skip ci]
1 parent 547333f commit 5543df2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: implementations/thegraph/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
6969
"cf-cache-status": "DYNAMIC",
7070
"access-control-allow-origin": "*"
7171
},
72-
"body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"utf-8\" />\n<title>The GraphiQL</title>\n<script src=\"/cdn-cgi/apps/head/a-7iaLT0SRdb_kvxGKIYLrjkGzU.js\"></script><link rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/@graphql-yoga/[email protected]/dist/style.css\" crossorigin />\n<link rel=\"icon\" type=\"image/png\" href=\"https://storage.googleapis.com/graph-web/favicon.png\" crossorigin=\"anonymous\" />\n</head>\n<body id=\"body\" class=\"no-focus-outline\">\n<noscript>You need to enable JavaScript to run this app.</noscript>\n<div id=\"root\"></div>\n<script type=\"module\" crossorigin>\n import { renderYogaGraphiQL } from \"https://cdn.jsdelivr.net/npm/@graphql-yoga/[email protected]/+esm\";\n\n const endpoint = window.location.pathname.substring(\n 0,\n window.location.pathname.length - \"/graphql\".length\n );\n\n renderYogaGraphiQL(root, {\n endpoint,\n title: \"The GraphiQL\",\n logo: React.createElement(\"img\", {\n src: \"https://storage.googleapis.com/graph-web/favicon.png\",\n crossOrigin: \"anonymous\",\n style: {\n height: \"42px\",\n },\n }),\n });\n </script>\n<script defer src=\"https://static.cloudflareinsights.com/beacon.min.js/v84a3a4012de94ce1a686ba8c167c359c1696973893317\" integrity=\"sha512-euoFGowhlaLqXsPWQ48qSkBSCFs3DPRyiwVu3FjR96cMPx+Fr+gpWRhIafcHwqwCqWS42RZhIudOvEI+Ckf6MA==\" data-cf-beacon='{\"rayId\":\"82716675cefc1694\",\"b\":1,\"version\":\"2023.10.0\",\"token\":\"8aff362e136740cd82eeeb1ea39b8b0e\"}' crossorigin=\"anonymous\"></script>\n</body>\n</html>\n"
72+
"body": "<html omitted>"
7373
}
7474
</code></pre>
7575
</details>
@@ -94,7 +94,7 @@ The server <i>MAY</i> support these, but are truly optional. These are suggestio
9494
"cf-cache-status": "DYNAMIC",
9595
"access-control-allow-origin": "*"
9696
},
97-
"body": null
97+
"body": "<html omitted>"
9898
}
9999
</code></pre>
100100
</details>

0 commit comments

Comments
 (0)