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 c81f738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 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,9 @@ 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 c81f738

Please sign in to comment.