From e7172ceae200836fbba37c82b81f732f2e58ca09 Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 5 Apr 2024 18:41:48 +0200 Subject: pretalx CSP Using the default CSP breaks the end "fahrplan" loading of some scripts. --- nix/hosts/corrino/www/talks.emile.space.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix/hosts') diff --git a/nix/hosts/corrino/www/talks.emile.space.nix b/nix/hosts/corrino/www/talks.emile.space.nix index 80c264e..e5c0328 100644 --- a/nix/hosts/corrino/www/talks.emile.space.nix +++ b/nix/hosts/corrino/www/talks.emile.space.nix @@ -10,8 +10,9 @@ let [site] ; never run debug in production - debug = True + debug = False url = https://talks.emile.space + csp=https://talks.emile.space,http://localhost:8080,'self' [database] backend=sqlite3 -- cgit 1.4.1