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, 6 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index db9bab6..979669f 100644
--- a/config.toml
+++ b/config.toml
@@ -19,6 +19,8 @@ domains = [
 
 oidc_host = "https://id.alanpearce.eu/"
 
+goatcounter = "https://stats.alanpearce.eu/count"
+
 [[taxonomies]]
   name = "tags"
   feed = true
@@ -38,11 +40,11 @@ oidc_host = "https://id.alanpearce.eu/"
   ]
   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
@@ -54,7 +56,7 @@ oidc_host = "https://id.alanpearce.eu/"
     "https://kagi.com",
   ]
   connect-src = [
-    "https://alanpearce-eu.goatcounter.com/count",
+    "https://stats.alanpearce.eu/count",
   ]
   require-trusted-types-for = [
     "'script'",
@@ -65,6 +67,7 @@ oidc_host = "https://id.alanpearce.eu/"
   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"