DubiousProcedure: update forbidden words
This commit is contained in:
parent
9c57a7f786
commit
126c2f2687
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