diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 769ebd8..6fc48a8 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,15 @@ 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", + "www.aln.pe", + "alanpearce-eu.fly.dev", +] oidc_host = "https://id.alanpearce.eu/" @@ -36,11 +45,10 @@ oidc_host = "https://id.alanpearce.eu/" "https://gc.zgo.at", ] style-src = [ - "'unsafe-inline'", ## index.html style - "'sha256-DYuGgioh+cRlROdWp15359Pi5I4iDhP2QHeLZ7WL0uU='", + "'sha256-bGzdRsb1Yu6TLWwCqsdslYaNhLBikKOD6pFYeGsJ4lc='", ## atom.xml style - "'sha256-dHnyLX2LnmRFIAOwsOm0FCUVObCfNL0kqAhVUJMjIMk='", + "'sha256-dCSzNS1o8vygl80V2G2nPTiSOUNvyDnW+06hHS4ZdHQ='", ] frame-ancestors = [ "https://kagi.com", |