Skip to content
Snippets Groups Projects
Commit d41407b7 authored by Robert Lange's avatar Robert Lange
Browse files

refs #23671 [finc] fix deactivation of CSP for prod

parent 4625e004
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
; false - Disabled ; false - Disabled
; "report_only" - Enabled in report-only mode (default). See report-to setting below. ; "report_only" - Enabled in report-only mode (default). See report-to setting below.
; true - Enabled in enforcing mode ; true - Enabled in enforcing mode
enabled[production] = "false" enabled[production] = false
enabled[development] = "report_only" enabled[development] = "report_only"
; The nonce (number used once) - unique number for each request. It is strongly ; The nonce (number used once) - unique number for each request. It is strongly
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment