Update CSP for production server

This commit is contained in:
Rene Vergara 2023-10-27 09:17:02 -05:00
parent 169443bc60
commit 7b7ae8484b
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<meta http-equiv="Content-Security-Policy" <meta http-equiv="Content-Security-Policy"
content= content=
"connect-src 'self' https://test.zgo.cash https://zgo.cash ; "connect-src 'self' https://test.zgo.cash https://zgo.cash https://api.zgo.cash https://dev.zgo.cash https://app.zgo.cash ;
default-src 'self'; default-src 'self';
style-src 'self' https://fonts.googleapis.com 'unsafe-inline' ; style-src 'self' https://fonts.googleapis.com 'unsafe-inline' ;
img-src 'self' https://fonts.googleapis.com http://www.w3.org data: ; img-src 'self' https://fonts.googleapis.com http://www.w3.org data: ;
@ -22,4 +22,4 @@
<body> <body>
<app-root></app-root> <app-root></app-root>
</body> </body>
</html> </html>