chore: remove google analytics
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m24s
All checks were successful
Deploy / build-and-deploy (push) Successful in 2m24s
This commit is contained in:
parent
08f6b034f5
commit
57b91b81d3
2 changed files with 0 additions and 17 deletions
|
|
@ -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'; "+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue