jobs: add health-related keywords to dubious procedures scanner
We are not certified for hosting health-related data yet.
This commit is contained in:
parent
d2feb53532
commit
3c91cfc83c
1 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,9 @@ class FindDubiousProceduresJob < CronJob
|
||||||
FORBIDDEN_KEYWORDS = [
|
FORBIDDEN_KEYWORDS = [
|
||||||
'NIR', 'NIRPP', 'race', 'religion',
|
'NIR', 'NIRPP', 'race', 'religion',
|
||||||
'carte bancaire', 'carte bleue', 'sécurité sociale',
|
'carte bancaire', 'carte bleue', 'sécurité sociale',
|
||||||
'agdref', 'handicap', 'syndicat', 'syndical',
|
'agdref', 'syndicat', 'syndical',
|
||||||
'parti politique', 'opinion politique', 'bord politique', 'courant politique'
|
'parti politique', 'opinion politique', 'bord politique', 'courant politique',
|
||||||
|
'médical', 'handicap', 'maladie', 'allergie', 'hospitalisé', 'RQTH', 'vaccin'
|
||||||
]
|
]
|
||||||
|
|
||||||
def perform(*args)
|
def perform(*args)
|
||||||
|
|
Loading…
Reference in a new issue