From 81c4114de9525bbac764d7ccaeafe49635220971 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 16 May 2019 22:49:23 +0200 Subject: [PATCH] welcome: disable geoip by default (and document how) FIXES #1148 --- src/modules/welcome/welcome.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/modules/welcome/welcome.conf b/src/modules/welcome/welcome.conf index 6d9a307fc..32b026085 100644 --- a/src/modules/welcome/welcome.conf +++ b/src/modules/welcome/welcome.conf @@ -55,8 +55,12 @@ requirements: # connectivity, though. Configuration is like in the locale module, # but remember to use a URL that returns full data **and** to # use a selector that will pick the country, not the timezone. +# +# To disable, either comment-out the entire section, or set +# the *style* key to an unsupported format (e.g. `none`, as is +# done here). geoip: - style: "xml" + style: "none" url: "https://geoip.kde.org/v1/ubiquity" # extended XML format selector: "CountryCode" # blank uses default, which is wrong