[FIX] Better manage KEYS - FIELDS conversion

pull/2428/head
Nicolas JEUDY 2018-01-05 20:48:08 +01:00 committed by Atte Isopuro
parent 777724fb3d
commit 2fdf43a8e2
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. Allows to sanitize sensitive Odoo cookies, namely the "session_id" cookie.
''' '''
KEYS = frozenset([ KEYS = FIELDS = frozenset([
'session_id', 'session_id',
]) ])