[FIX] Better manage KEYS - FIELDS conversion
parent
dc7ce73744
commit
44d39be740
|
@ -101,6 +101,6 @@ class SanitizeOdooCookiesProcessor(SanitizePasswordsProcessor):
|
|||
Allows to sanitize sensitive Odoo cookies, namely the "session_id" cookie.
|
||||
'''
|
||||
|
||||
KEYS = frozenset([
|
||||
KEYS = FIELDS = frozenset([
|
||||
'session_id',
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue