Merge pull request 'plausible url change' (#10) from plausible-url-change 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: #10
This commit is contained in:
commit
924ca18ec6
|
@ -214,7 +214,7 @@ copyright = "© $CURRENT_YEAR $AUTHOR $SEPARATOR Unless otherwise noted, the con
|
||||||
allowed_domains = [
|
allowed_domains = [
|
||||||
{ 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://analytics.softinio.net/js/plausible.js"] },
|
{ directive = "script-src", domains = ["'self'", "https://comments.softinio.com/js/embed.min.js", "https://static.cloudflareinsights.com", "https://a.softinio.net"] },
|
||||||
{ 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"] },
|
||||||
]
|
]
|
||||||
|
@ -228,7 +228,7 @@ custom_subset = true
|
||||||
[extra.analytics]
|
[extra.analytics]
|
||||||
service = "plausible"
|
service = "plausible"
|
||||||
id = "softinio.com"
|
id = "softinio.com"
|
||||||
self_hosted_url = "https://analytics.softinio.net"
|
self_hosted_url = "https://a.softinio.net"
|
||||||
# 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