mm_os
Version:
MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。
13 lines • 345 B
JSON
{
"name": "web_waf",
"title": "web防火墙",
"description": "用于防止sql注入、脚本注入等",
"version": "1.0",
"main": "index.js",
"type": "web",
"state": 1,
"sort": 50,
"log": true,
"ip_whitelist": ["127.0.0.1", "::1", "localhost"],
"path_whitelist": ["/favicon.ico", "/static", "/api", "/public", "/assets"]
}