summaryrefslogtreecommitdiff
path: root/controller/Security.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/Security.php')
-rw-r--r--controller/Security.php2
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
5require('lib/htmlawed/htmLawed.php'); 5require('lib/htmlawed/htmLawed.php');
6 6
7class Security // toute statique, inutile de l'instancier 7class 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