...
|
...
|
@@ -26,29 +26,26 @@ const IP_WHITE_LIST = [ |
|
|
const PATH_WHITE_LIST = [
|
|
|
'/3party/check',
|
|
|
'/3party/check/submit',
|
|
|
'/passport/imagesNode',
|
|
|
'/passport/cert/headerTip',
|
|
|
'/passport/captcha/get',
|
|
|
'/passport/images',
|
|
|
'/passport/img-check.jpg',
|
|
|
'/passport/geetest/register',
|
|
|
'/activity/individuation/productLst',
|
|
|
'/activity/individuation',
|
|
|
'/activity/individuation/coupon',
|
|
|
'/activity/share',
|
|
|
'/activity/wechat/share',
|
|
|
'/activity/wechat/1111',
|
|
|
'/api/switch',
|
|
|
'/passport/login/user',
|
|
|
'/api/sw.js',
|
|
|
'/api/manifest.json',
|
|
|
'/api/activity/sw.js',
|
|
|
'/api/activity/manifest.json',
|
|
|
'/api/hfxRaNY27L.txt',
|
|
|
'/api/activity/hfxRaNY27L.txt',
|
|
|
'/api/shop/hfxRaNY27L.txt',
|
|
|
'/api/product/hfxRaNY27L.txt',
|
|
|
'/api/.well-known/apple-app-site-association',
|
|
|
'/sitemap.xml'
|
|
|
'/sw.js',
|
|
|
'/manifest.json',
|
|
|
'/activity/sw.js',
|
|
|
'/activity/manifest.json',
|
|
|
'/hfxRaNY27L.txt',
|
|
|
'/activity/hfxRaNY27L.txt',
|
|
|
'/product/shop/hfxRaNY27L.txt',
|
|
|
'/product/hfxRaNY27L.txt',
|
|
|
'/.well-known/apple-app-site-association',
|
|
|
'/service/sitemap.xml'
|
|
|
];
|
|
|
|
|
|
const limiter = (rule, policy, context) => {
|
...
|
...
|
|