Allow trace image URL to be configured in the CSP policy
This commit is contained in:
parent
53aa7259bb
commit
1612ea75c5
4 changed files with 16 additions and 12 deletions
|
@ -118,10 +118,15 @@ fossgis_osrm_url: "https://routing.openstreetmap.de/"
|
|||
csp_enforce: false
|
||||
# URL for reporting Content-Security-Policy violations
|
||||
#csp_report_url: ""
|
||||
# Storage service to use in production mode
|
||||
storage_service: "local"
|
||||
# Root URL for storage service
|
||||
# storage_url:
|
||||
# Storage services to use in production mode
|
||||
avatar_storage: "local"
|
||||
trace_file_storage: "local"
|
||||
trace_image_storage: "local"
|
||||
trace_icon_storage: "local"
|
||||
# Root URL for storage services
|
||||
# avatar_storage_url:
|
||||
# trace_image_storage_url:
|
||||
# trace_icon_storage_url:
|
||||
# URL for tile CDN
|
||||
#tile_cdn_url: ""
|
||||
# SMTP settings for outbound mail
|
||||
|
@ -132,8 +137,3 @@ smtp_enable_starttls_auto: false
|
|||
smtp_authentication: null
|
||||
smtp_user_name: null
|
||||
smtp_password: null
|
||||
# Storage services
|
||||
avatar_storage: "local"
|
||||
trace_file_storage: "local"
|
||||
trace_image_storage: "local"
|
||||
trace_icon_storage: "local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue