Authored by 毕凯

/node/status.html 白名单

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