From 82e965db39284e1d69ed93528a41d63a3b29ea23 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Wed, 18 Dec 2019 12:29:57 -0500 Subject: [PATCH] avoid yaml barewords --- oragono.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oragono.yaml b/oragono.yaml index 511c14e6..1ff46757 100644 --- a/oragono.yaml +++ b/oragono.yaml @@ -95,7 +95,7 @@ server: # vulnerable to homoglyph attacks. unless you're really confident in your decision, # we recommend leaving this value at its default (changing it once the network is # already up and running is problematic). - casemapping: precis + casemapping: "precis" # whether to look up user hostnames with reverse DNS # (to suppress this for privacy purposes, use the ip-cloaking options below)