Add other private query key to logging
This commit is contained in:
@@ -4,7 +4,7 @@ import re
|
||||
class CPLog():
|
||||
|
||||
context = ''
|
||||
replace_private = ['api', 'apikey', 'api_key', 'password', 'username']
|
||||
replace_private = ['api', 'apikey', 'api_key', 'password', 'username', 'h']
|
||||
|
||||
def __init__(self, context = ''):
|
||||
self.context = context
|
||||
|
||||
Reference in New Issue
Block a user