Implement obfuscation

This commit is contained in:
2022-08-26 20:44:39 +01:00
parent 5c12f651c8
commit ae25e1980e
4 changed files with 60 additions and 4 deletions

View File

@@ -110,6 +110,7 @@ class Perms(models.Model):
("bypass_hashing", "Can bypass field hashing"),
("bypass_blacklist", "Can bypass the blacklist"),
("bypass_encryption", "Can bypass field encryption"),
("bypass_obfuscation", "Can bypass field obfuscation"),
("post_irc", "Can post to IRC"),
("post_discord", "Can post to Discord"),
("query_search", "Can search with query strings"),