Update CSP for production server
This commit is contained in:
parent
169443bc60
commit
7b7ae8484b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Security-Policy"
|
||||
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';
|
||||
style-src 'self' https://fonts.googleapis.com 'unsafe-inline' ;
|
||||
img-src 'self' https://fonts.googleapis.com http://www.w3.org data: ;
|
||||
|
@ -22,4 +22,4 @@
|
|||
<body>
|
||||
<app-root></app-root>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue