Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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) => { |
-
Please register or login to post a comment