Compare commits

...

1 Commits

Author SHA1 Message Date
Kyle Zhao 86d01dbfd7 test csp extension 2018-11-29 14:06:49 -05:00
1 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,9 @@ host_url:
website_id: website_id:
type: string type: string
default: '' 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>.</>