plausible url change #10

Merged
softinio merged 1 commit from plausible-url-change into main 2024-10-25 22:06:39 -07:00

View file

@ -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"