From 3be1e062426d7718ea0fb7141707fa468075a274 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Sun, 16 Sep 2018 11:49:53 +0200 Subject: [PATCH] hackmd: disable anon usage --- roles/hackmd/templates/config.json.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/hackmd/templates/config.json.j2 b/roles/hackmd/templates/config.json.j2 index 9c56580..aa1570a 100644 --- a/roles/hackmd/templates/config.json.j2 +++ b/roles/hackmd/templates/config.json.j2 @@ -2,6 +2,7 @@ "production": { "domain": "{{ hackmd_domain }}", "protocolUseSSL": true, + "allowAnonymous": false, "allowFreeURL": true, "sessionSecret": "{{ hackmd_secret }}", "hsts": {