diff options
-rw-r--r-- | nix/hosts/corrino/www/talks.emile.space.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 |