mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
Chore: remove CSP debug logging line (#30689)
This commit is contained in:
@@ -18,7 +18,6 @@ import (
|
||||
func AddCSPHeader(cfg *setting.Cfg, logger log.Logger) macaron.Handler {
|
||||
return func(w http.ResponseWriter, req *http.Request, c *macaron.Context) {
|
||||
if !cfg.CSPEnabled {
|
||||
logger.Debug("Not adding CSP header to response since it's disabled")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user