CppCMS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
CppCMS - C++ Web Development Framework
Examples
XSS filters and their use example
xss/config.js Configuration File
{
"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
}
}
Generated on Sun Dec 3 2017 22:47:16 for CppCMS by
1.8.11