about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 40efd77..979669f 100644
--- a/config.toml
+++ b/config.toml
@@ -19,7 +19,7 @@ domains = [
 
 oidc_host = "https://id.alanpearce.eu/"
 
-goatcounter = "https://alanpearce-eu.goatcounter.com/count"
+goatcounter = "https://stats.alanpearce.eu/count"
 
 [[taxonomies]]
   name = "tags"
@@ -40,11 +40,11 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count"
   ]
   image-src = [
     "'self'",
-    "https://gc.zgo.at",
+    "https://stats.alanpearce.eu",
   ]
   script-src = [
     "'self'",
-    "https://gc.zgo.at",
+    "https://stats.alanpearce.eu",
   ]
   style-src = [
     ## index.html style
@@ -56,7 +56,7 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count"
     "https://kagi.com",
   ]
   connect-src = [
-    "https://alanpearce-eu.goatcounter.com/count",
+    "https://stats.alanpearce.eu/count",
   ]
   require-trusted-types-for = [
     "'script'",
@@ -67,6 +67,7 @@ goatcounter = "https://alanpearce-eu.goatcounter.com/count"
   x-content-type-options = "nosniff"
   referrer-policy = "strict-origin-when-cross-origin"
   strict-transport-security = "max-age=63072000; includeSubDomains; preload"
+  cross-origin-resource-policy = "same-site"
 
 [[menus.main]]
   name = "Home"