diff --git a/angular.json b/angular.json index 5a49af36..32e4e8df 100644 --- a/angular.json +++ b/angular.json @@ -207,7 +207,7 @@ "development": { "buildTarget": "microfrontend-platform-testing-app:build:development", "headers": { - "Content-Security-Policy-Report-Only": "default-src 'self'; connect-src 'self' blob: http://localhost:4201 http://localhost:4202 http://localhost:4203 http://localhost:4204 http://localhost:5200; frame-src 'self' http://localhost:4201 http://localhost:4202 http://localhost:4203 http://localhost:4204 http://localhost:5200; font-src 'self' https://fonts.gstatic.com; style-src 'self' https://fonts.googleapis.com 'nonce-test'; script-src 'self' 'nonce-test';" + "Content-Security-Policy": "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';" } } }, diff --git a/apps/microfrontend-platform-testing-app/src/index.html b/apps/microfrontend-platform-testing-app/src/index.html index 4960dcb3..45bf1ca0 100644 --- a/apps/microfrontend-platform-testing-app/src/index.html +++ b/apps/microfrontend-platform-testing-app/src/index.html @@ -8,6 +8,6 @@
-