| Current Path : /home/quelfutuu/www/lchg/plugins-dist/textwheel/wheels/spip/ |
| Current File : /home/quelfutuu/www/lchg/plugins-dist/textwheel/wheels/spip/interdire-scripts.json |
{
"securite-asp": {
"type": "str",
"match": "<%",
"replace": "<%"
},
"securite-php": {
"type": "str",
"match": "<?",
"replace": "<?"
},
"securite-script-php": {
"if_str": "<script",
"type": "preg",
"match": "\/<(script\\b[^>]+\\blanguage\\b[^\\w>]+php\\b)\/UimsS",
"replace": "<$1"
},
"securite-js": {
"if_str": "<",
"if_match": "\/<(?:script|iframe|embed|object|img|image|body|bgsound|meta)\/iS",
"type": "all",
"replace": "echappe_js",
"is_callback": "Y"
},
"securite-base": {
"if_str": "<base",
"type": "preg",
"match": "\/<base\\b\/iS",
"replace": "<base"
}
}