/
zOMGdev
/
cppcms
Обзор
Документация
Войти
/
zOMGdev
/
cppcms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/xss/config.js
29 строк
448 B
Artyom Beilis
Added XSS filtering example
31 авг 2011, 13:45
31 авг 2011, 13:45
f5f3b55
Код
Авторство
О чём код?
{ "filters" : { // // Basic profile for example for blog comments // "profile" : "comment_profile.js" // // // Profile for simple TinyMCE configuration with rich content. // // To use download TinyMCE and extract in this diectory, // // "tinymce" : true, // "profile" : "tinymce_profile.js", // }, "service" : { "api" : "http", }, "http" : { "script" : "/xss" }, "file_server" : { "enable" : true } }