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
Set Content-Security-Policy with always setifempty to avoid duplicates
Use 'Header always setifempty' instead of 'Header always set' to prevent
duplicate CSP headers when Rails generates error responses (e.g., 404).
This ensures CSP is set for error responses while avoiding conflicts with
Rails SecureHeaders gem.
Ref: CP4AIOPS-25046
0 commit comments