diff --git a/settings.yml b/settings.yml index dd013a5..53a75fb 100644 --- a/settings.yml +++ b/settings.yml @@ -5,3 +5,9 @@ host_url: website_id: type: string default: '' +extend_content_security_policy: + type: list + default: '' + description: | +
Put in script_src: host_url
.
For example, if your host_url
is my-matomo.com
, put in script_src: my-matomo.com
.>