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 = [
|
FORBIDDEN_KEYWORDS = [
|
||||||
'NIR', 'NIRPP', 'race', 'religion',
|
'NIR', 'NIRPP', 'race', 'religion',
|
||||||
'carte bancaire', 'carte bleue', 'sécurité sociale', 'nationalité',
|
'carte bancaire', 'carte bleue', 'sécurité sociale',
|
||||||
'agdref', 'handicap', 'syndicat', 'politique'
|
'agdref', 'handicap', 'syndicat', 'syndical',
|
||||||
|
'parti politique', 'opinion politique', 'bord politique', 'courant politique'
|
||||||
]
|
]
|
||||||
|
|
||||||
def perform(*args)
|
def perform(*args)
|
||||||
|
|
Loading…
Reference in a new issue