implement player blacklisting for gdpr

This commit is contained in:
2021-03-25 13:13:20 +01:00
parent 04f251a702
commit 432d0d4ce1
4 changed files with 27 additions and 0 deletions

View File

@@ -25,6 +25,13 @@ or with a runner like *waitress*:
the *DB_PATH* is set in *config.py* in this case.
# GDPR: Blacklisting players
Players can be blacklisted by name via a *blacklist.json* file in the project root.
{
"blacklist" : ["name", "name_2"]
}
# Preview
![open-web-leaderboard](https://media.atlantishq.de/leaderboard-github-picture.png)