diff options
author | polo <ordipolo@gmx.fr> | 2022-02-17 18:13:00 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-17 18:13:00 +0100 |
commit | 787d03e48471ba62cd830379428f04d996f0b74b (patch) | |
tree | e9f98c7b9288c4530b50985688dd82622106ba2d /controller/Security.php | |
parent | 29df6f1362745eabf4fbcaedf309eb63795152fa (diff) | |
download | melaine-787d03e48471ba62cd830379428f04d996f0b74b.zip |
model update
Diffstat (limited to 'controller/Security.php')
-rw-r--r-- | controller/Security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/Security.php b/controller/Security.php index 98d2e74..6ea121c 100644 --- a/controller/Security.php +++ b/controller/Security.php | |||
@@ -4,7 +4,7 @@ | |||
4 | // sécurité faille XSS avec htmLawed | 4 | // sécurité faille XSS avec htmLawed |
5 | require('lib/htmlawed/htmLawed.php'); | 5 | require('lib/htmlawed/htmLawed.php'); |
6 | 6 | ||
7 | class Security // toute statique, inutile de l'instancier | 7 | class Security |
8 | { | 8 | { |
9 | private static $configHtmLawed = array( | 9 | private static $configHtmLawed = array( |
10 | 'safe'=>1, // protection contre les élements et attributs dangereux | 10 | 'safe'=>1, // protection contre les élements et attributs dangereux |