Add other private query key to logging

This commit is contained in:
Ruud
2011-09-08 11:23:32 +02:00
parent 2c25a4771c
commit 800b5ce3d6
+1 -1
View File
@@ -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