You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing websites, it's a common practice to set the CSP to report-only mode before the set of hosts are finalized. Would it be possible to add support to switch on the report-only mode via a middleware flag or something? Right now, I have to go into middleware.SecureWithConfig code in secure.go file, and manually modify this line:
Issue Description
While developing websites, it's a common practice to set the CSP to report-only mode before the set of hosts are finalized. Would it be possible to add support to switch on the report-only mode via a middleware flag or something? Right now, I have to go into
middleware.SecureWithConfig
code insecure.go
file, and manually modify this line:to
Checklist
The text was updated successfully, but these errors were encountered: