瀏覽代碼

chore: remove unneeded comment

jamesread 5 月之前
父節點
當前提交
86c35f40c3
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      service/internal/config/constants.go

+ 0 - 2
service/internal/config/constants.go

@@ -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'"