diff --git a/server/http/assets/index.html b/server/http/assets/index.html index fe93f9ff0d2..015c8ac7408 100644 --- a/server/http/assets/index.html +++ b/server/http/assets/index.html @@ -12,7 +12,7 @@ rel="icon" type="image/png" href="https://storage.googleapis.com/graph-web/favicon.png" - crossorigin + crossorigin="anonymous" /> @@ -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", },