Skip to content

Commit

Permalink
Update packages/server/src/plugin/landingPage/default/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval committed May 2, 2023
1 parent f8a1e59 commit 13739eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/plugin/landingPage/default/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function ApolloServerPluginLandingPageDefault<TContext extends BaseContext>(
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'nonce-${nonce}' https://apollo-server-landing-page.cdn.apollographql.com/${version}/static/js/main.js https://embeddable-sandbox.cdn.apollographql.com/${encodeURIComponent(
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'nonce-${nonce}' https://apollo-server-landing-page.cdn.apollographql.com/${encodeURIComponent(version)}/static/js/main.js https://embeddable-sandbox.cdn.apollographql.com/${encodeURIComponent(
version,
)}/embeddable-sandbox.umd.production.min.js https://embeddable-explorer.cdn.apollographql.com/${encodeURIComponent(
version,
Expand Down

0 comments on commit 13739eb

Please sign in to comment.