chore: remove unneeded comment

This commit is contained in:
jamesread 2026-03-10 23:28:17 +00:00
parent bc5e9fbe1e
commit 86c35f40c3
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
package config
// ContentSecurityPolicyDefault is the default Content-Security-Policy header value
// when security headers are enabled and no custom policy is set.
const ContentSecurityPolicyDefault = "default-src 'self'; script-src 'self' 'unsafe-inline' https:; style-src 'self' 'unsafe-inline'; img-src 'self' data: https:; connect-src 'self' https:; frame-ancestors 'none'; base-uri 'self'"