This was added to the production.ini file without going in here
first. It controls whether or not to verify requests using the
d0_blind_id library provided by Xonotic (not packaged in this
project).
# e.g. set to 7 and only the current week's data is used
xonstat.leaderboard_lifetime = 30
+# should the server verify requests using the d0_blind_id library?
+# if so, edit the d0_blind_id.py file with the correct location of
+# the crypto-keygen-standalone binary from the xonotic installation
+# Note: the default is true
+xonstat.verify_requests = false
+
##### END XONSTAT CONFIG SETTINGS #####
[pipeline:main]