Skip to content

Commit

Permalink
vercel serve
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian committed Oct 25, 2024
1 parent 31e377e commit 998fc43
Show file tree
Hide file tree
Showing 4 changed files with 654 additions and 5 deletions.
13 changes: 13 additions & 0 deletions apps/microfrontend-platform-testing-app/public/serve.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "**",
"headers": [
{
"key": "Content-Security-Policy",
"value": "default-src 'self'; connect-src 'self' blob: http://localhost:* https://localhost:*; frame-src 'self' http://localhost:* https://localhost:*; font-src 'self' https://fonts.gstatic.com; style-src 'self' https://fonts.googleapis.com 'nonce-STATIC_NONCE'; script-src 'self' 'nonce-STATIC_NONCE';"
}
]
}
]
}
2 changes: 1 addition & 1 deletion apps/microfrontend-platform-testing-app/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root ngCspNonce="STATIC_NONCE"></app-root>
<app-root></app-root>
</body>
</html>
Loading

0 comments on commit 998fc43

Please sign in to comment.