remove IBAN from forbidden keywords list
This commit is contained in:
parent
8f777ef587
commit
87f11f06ad
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class DubiousProcedure
|
|||
attr_accessor :id, :libelle, :dubious_champs, :aasm_state
|
||||
|
||||
FORBIDDEN_KEYWORDS = [
|
||||
'NIR', 'RNIPP', 'race', 'religion', 'RIB', 'IBAN',
|
||||
'NIR', 'RNIPP', 'race', 'religion', 'RIB',
|
||||
'carte bancaire', 'carte bleue', 'sécurité sociale',
|
||||
'agdref', 'syndicat', 'syndical',
|
||||
'parti politique', 'opinion politique', 'bord politique', 'courant politique',
|
||||
|
|
Loading…
Reference in a new issue