Report-Only for tests
This commit is contained in:
parent
64b858ef19
commit
2ae02a132b
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ Rails.application.configure do
|
||||||
protocol: :http
|
protocol: :http
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Use Content-Security-Policy-Report-Only instead of Content-Security-Policy
|
||||||
|
config.content_security_policy_report_only = true
|
||||||
|
|
||||||
config.active_job.queue_adapter = :test
|
config.active_job.queue_adapter = :test
|
||||||
config.active_storage.service = :test
|
config.active_storage.service = :test
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue