mm_os
Version:
MM_OS服务端架构,用于快速构建应用程序,支持网站建设、小程序后台、AI应用、物联网(IOT/AIOT)、游戏服务端等多种场景。
24 lines • 471 B
JSON
{
"name": "web_cors",
"title": "CORS跨域中间件",
"description": "处理跨域资源共享(CORS)配置,支持灵活的跨域策略",
"main": "index.js",
"type": "web",
"state": 1,
"sort": 30,
"enable": true,
"origin": "*",
"headers": "*",
"methods": [
"GET",
"POST",
"PUT",
"DELETE",
"OPTIONS",
"HEAD"
],
"credentials": false,
"max_age": 3600,
"expose_headers": [],
"ignore_paths": []
}