DubiousProcedure: change forbidden keywords
This commit is contained in:
parent
6a8cd6da4e
commit
47cc0180bd
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ class FindDubiousProceduresJob < ApplicationJob
|
||||||
queue_as :cron
|
queue_as :cron
|
||||||
|
|
||||||
FORBIDDEN_KEYWORDS = [
|
FORBIDDEN_KEYWORDS = [
|
||||||
'IBAN', 'NIR', 'NIRPP', 'race', 'religion',
|
'NIR', 'NIRPP', 'race', 'religion',
|
||||||
'carte bancaire', 'carte bleue', 'sécurité sociale'
|
'carte bancaire', 'carte bleue', 'sécurité sociale', 'nationalité',
|
||||||
|
'agdref', 'handicap', 'syndicat', 'politique'
|
||||||
]
|
]
|
||||||
|
|
||||||
def perform(*args)
|
def perform(*args)
|
||||||
|
|
Loading…
Reference in a new issue