Skip to content

Commit 97c9b83

Browse files
committed
remove csp
1 parent 82df8f7 commit 97c9b83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

installer/templates/front-end.go

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const FrontEnd string =`server {
99
root /usr/share/nginx/html;
1010
index index.html index.htm;
1111
try_files $uri $uri/ /index.html =404;
12-
add_header Content-Security-Policy "default-src 'self' https://fonts.googleapis.com/css* https://fonts.gstatic.com/s/poppins/v20*; frame-src 'self' data:; script-src 'self' https://storage.googleapis.com; style-src 'self'; img-src 'self' data:; font-src 'self' data:" always;
1312
}
1413
1514
set $utmstack_backend http://backend:8080;

0 commit comments

Comments
 (0)