mirror of
https://github.com/FAUSheppy/open-web-leaderboard.git
synced 2025-12-06 07:01:36 +01:00
implement player blacklisting for gdpr
This commit is contained in:
@@ -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
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user