DubiousProcedure: update forbidden words

This commit is contained in:
simon lehericey 2018-05-31 11:28:31 +02:00 committed by gregoirenovel
parent 9c57a7f786
commit 126c2f2687

View file

@ -3,8 +3,9 @@ class FindDubiousProceduresJob < ApplicationJob
FORBIDDEN_KEYWORDS = [
'NIR', 'NIRPP', 'race', 'religion',
'carte bancaire', 'carte bleue', 'sécurité sociale', 'nationalité',
'agdref', 'handicap', 'syndicat', 'politique'
'carte bancaire', 'carte bleue', 'sécurité sociale',
'agdref', 'handicap', 'syndicat', 'syndical',
'parti politique', 'opinion politique', 'bord politique', 'courant politique'
]
def perform(*args)