diff options
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 |