[FIX] Better manage KEYS - FIELDS conversion

pull/2516/head
Nicolas JEUDY 2018-01-05 20:48:08 +01:00 committed by prabakaran
parent dc7ce73744
commit 44d39be740
1 changed files with 1 additions and 1 deletions

View File

@ -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',
])