File "interdire-scripts.json"

Full path: /home/argothem/www/v4_old/plugins-dist/textwheel/wheels/spip/interdire-scripts.json
File size: 671 bytes
MIME-type: application/json
Charset: utf-8

{
  "securite-asp": {
    "type": "str",
    "match": "<%",
    "replace": "&lt;%"
  },
  "securite-php": {
    "type": "str",
    "match": "<?",
    "replace": "&lt;?"
  },
  "securite-script-php": {
    "if_str": "<script",
    "type": "preg",
    "match": "\/<(script\\b[^>]+\\blanguage\\b[^\\w>]+php\\b)\/UimsS",
    "replace": "&lt;$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": "&lt;base"
  }
}