Authored by 毕凯

/node/status.html 白名单

... ... @@ -45,7 +45,8 @@ const PATH_WHITE_LIST = [
'/product/shop/hfxRaNY27L.txt',
'/product/hfxRaNY27L.txt',
'/.well-known/apple-app-site-association',
'/service/sitemap.xml'
'/service/sitemap.xml',
'/node/status.html'
];
const limiter = (rule, policy, context) => {
... ...