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.toml29
1 files changed, 23 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index fa26b27..a1302ee 100644
--- a/config.toml
+++ b/config.toml
@@ -7,9 +7,21 @@ description = "Developer, Emacs User"
 
 domain_start_date = "2014-06-07"
 original_domain = "alanpearce.eu"
+domains = [
+  "alanpearce.eu",
+  "www.alanpearce.eu",
+  "alanpearce.uk",
+  "www.alanpearce.uk",
+  "aln.pe",
+  "*.aln.pe",
+]
 
 oidc_host = "https://id.alanpearce.eu/"
 
+goatcounter = "https://stats.alanpearce.eu/count"
+
+wildcard_domain = "aln.pe"
+
 [[taxonomies]]
   name = "tags"
   feed = true
@@ -18,6 +30,9 @@ oidc_host = "https://id.alanpearce.eu/"
   default-src = [
     "'none'",
   ]
+  img-src = [
+    "'self'",
+  ]
   form-action = [
     "'none'",
   ]
@@ -26,24 +41,25 @@ 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 = [
-    "'unsafe-inline'",
     ## index.html style
-    "'sha256-DYuGgioh+cRlROdWp15359Pi5I4iDhP2QHeLZ7WL0uU='",
+    "'sha256-dCSzNS1o8vygl80V2G2nPTiSOUNvyDnW+06hHS4ZdHQ='",
     ## atom.xml style
-    "'sha256-dHnyLX2LnmRFIAOwsOm0FCUVObCfNL0kqAhVUJMjIMk='",
+    "'sha256-CFhPA4p8skr5MyhReF+Tk2GzmYzXdECg8zm+o7EOVPI=",
+    ## cv style
+    "'sha256-FzrPQ6x2ugtwEN5peA8OqpIvrV3uXqkpfUMHG8P2uT0='",
   ]
   frame-ancestors = [
     "https://kagi.com",
   ]
   connect-src = [
-    "https://alanpearce-eu.goatcounter.com/count",
+    "https://stats.alanpearce.eu/count",
   ]
   require-trusted-types-for = [
     "'script'",
@@ -54,6 +70,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"