test csp extension

This commit is contained in:
Kyle Zhao 2018-11-29 13:52:22 -05:00
parent bf3b766146
commit 86d01dbfd7
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@ host_url:
website_id:
type: string
default: ''
extend_content_security_policy:
type: list
default: ''
description: |
<p>Put in <code>script_src: host_url</code>.</p>
<p>For example, if your <code>host_url</code> is <code>my-matomo.com</code>, put in <code>script_src: my-matomo.com</code>.</>