diff --git a/static.json b/static.json index f4de3658d..a319d0d07 100644 --- a/static.json +++ b/static.json @@ -7,10 +7,7 @@ "headers": { "/**": { "X-Content-Type-Options": "nosniff", - "X-XSS-Protection": "1; mode=block", - "X-Frame-Options": "deny", - "Content-Security-Policy": "default-src 'self' data:; script-src 'self' 'unsafe-inline' blob:; script-src-elem 'self' 'unsafe-inline' https://www.google.com https://www.gstatic.com; frame-src 'self' https://www.google.com https://www.gstatic.com data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; connect-src *;", - "Strict-Transport-Security": "max-age=63072000; includeSubdomains; preload" + "X-Frame-Options": "deny" } } }