David Taylor c8d438cc63
DEV: Allow CSP to be enabled during QUnit tests (#8668)
The QUnit rake task starts a server in test mode. We need a tweak to allow dynamic CSP hostnames in test mode. This tweak is already present in development mode.

To allow CSP to work, the browser host/port must match what the server sees. Therefore we need to disable the enforce_hostname middleware in test mode. To keep rspec and production as similar as possible, we skip enforce_hostname using an environment variable.

Also move the qunit rake task to use unicorn, for consistency with development and production.
2020-01-07 12:22:58 +00:00
..
2019-12-10 11:48:39 +11:00
2019-10-21 12:08:20 +01:00
2014-03-11 03:18:57 -04:00
2019-05-22 17:39:44 +03:00
2019-12-19 14:07:24 -05:00
2019-10-21 12:08:20 +01:00