Allow trace image URL to be configured in the CSP policy

This commit is contained in:
Tom Hughes 2022-02-13 19:25:42 +00:00
parent 53aa7259bb
commit 1612ea75c5
4 changed files with 16 additions and 12 deletions

View file

@ -39,7 +39,7 @@ Rails.application.configure do
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
# Store uploaded files on the local file system (see config/storage.yml for options).
config.active_storage.service = Settings.storage_service.to_sym
config.active_storage.service = :local
# Mount Action Cable outside main process or domain.
# config.action_cable.mount_path = nil