chore: remove google analytics
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m24s

This commit is contained in:
juancwu 2026-03-03 15:47:48 +00:00
commit 57b91b81d3
2 changed files with 0 additions and 17 deletions

View file

@ -13,10 +13,8 @@ func SecurityHeaders() func(http.Handler) http.Handler {
h.Set("Content-Security-Policy",
"default-src 'self'; "+
"script-src 'self' 'unsafe-inline' https://www.googletagmanager.com; "+
"style-src 'self' 'unsafe-inline'; "+
"img-src 'self' data:; "+
"connect-src 'self' https://www.google-analytics.com; "+
"font-src 'self'; "+
"frame-ancestors 'none'; "+
"base-uri 'self'; "+