Skip to content

Commit

Permalink
fix(graphql): add crossorigin prop (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Nov 1, 2023
1 parent c96aefb commit 9782471
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/http/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
rel="icon"
type="image/png"
href="https://storage.googleapis.com/graph-web/favicon.png"
crossorigin
crossorigin="anonymous"
/>
</head>
<body id="body" class="no-focus-outline">
Expand All @@ -31,6 +31,7 @@
title: "The GraphiQL",
logo: React.createElement("img", {
src: "https://storage.googleapis.com/graph-web/favicon.png",
crossOrigin: "anonymous",
style: {
height: "42px",
},
Expand Down

0 comments on commit 9782471

Please sign in to comment.