aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 676c81e..eaffbb7 100644
--- a/config.toml
+++ b/config.toml
@@ -80,7 +80,7 @@ enableRobotsTXT = true
noHl = false
[params]
- production = false
+ production = true
[params.webmanifest]
name = "Micro Blog"
@@ -91,6 +91,7 @@ enableRobotsTXT = true
logo = "images/logo.png"
[params.csp]
+ upgrade = false
referrer = "origin"
childsrc = ["'self'"]
fontsrc = ["'self'"]