Merge pull request #2009 from betagouv/fix_dubious_procedure_job
DubiousProcedure: update forbidden words
This commit is contained in:
commit
e6e8a95ca3
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue