mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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