Merge pull request 'analytics correction' (#18) from analytics-correction into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #18
This commit is contained in:
commit
42a782d53e
|
@ -212,10 +212,10 @@ copyright = "© $CURRENT_YEAR $AUTHOR $SEPARATOR Unless otherwise noted, the con
|
||||||
# Default config, allows for https remote images and embedding YouTube and Vimeo content.
|
# Default config, allows for https remote images and embedding YouTube and Vimeo content.
|
||||||
# This configuration (along with the right webserver settings) gets an A+ in Mozilla's Observatory: https://observatory.mozilla.org
|
# This configuration (along with the right webserver settings) gets an A+ in Mozilla's Observatory: https://observatory.mozilla.org
|
||||||
allowed_domains = [
|
allowed_domains = [
|
||||||
{ directive = "connect-src", domains = ["'self'", "https://wisdom.softinio.com" ] },
|
{ directive = "connect-src", domains = ["'self'"] },
|
||||||
{ directive = "font-src", domains = ["'self'", "data:"] },
|
{ directive = "font-src", domains = ["'self'", "data:"] },
|
||||||
{ directive = "img-src", domains = ["'self'", "https://*", "data:"] },
|
{ directive = "img-src", domains = ["'self'", "https://*", "data:"] },
|
||||||
{ directive = "script-src", domains = ["'self'", "https://comments.softinio.com/js/embed.min.js", "https://static.cloudflareinsights.com", "https://wisdom.softinio.com" ] },
|
{ directive = "script-src", domains = ["'self'", "https://comments.softinio.com/js/embed.min.js", "https://static.cloudflareinsights.com" ] },
|
||||||
{ directive = "style-src", domains = ["'self'"] },
|
{ directive = "style-src", domains = ["'self'"] },
|
||||||
{ directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com", "https://watch.softinio.com", "https://notes.softinio.com/embed"] },
|
{ directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com", "https://watch.softinio.com", "https://notes.softinio.com/embed"] },
|
||||||
]
|
]
|
||||||
|
@ -227,6 +227,8 @@ allowed_domains = [
|
||||||
custom_subset = true
|
custom_subset = true
|
||||||
|
|
||||||
[extra.analytics]
|
[extra.analytics]
|
||||||
|
service = "matomo"
|
||||||
|
self_hosted_url = "https://wisdom.softinio.com"
|
||||||
# Specify which analytics service you want to use.
|
# Specify which analytics service you want to use.
|
||||||
# Supported options: ["goatcounter", "umami", "plausible"]
|
# Supported options: ["goatcounter", "umami", "plausible"]
|
||||||
# service = "goatcounter"
|
# service = "goatcounter"
|
||||||
|
|
Loading…
Reference in a new issue