Showing
1 changed file
with
4 additions
and
1 deletions
@@ -26,7 +26,10 @@ const PATH_WHITE_LIST = [ | @@ -26,7 +26,10 @@ const PATH_WHITE_LIST = [ | ||
26 | '/passport/images.png', | 26 | '/passport/images.png', |
27 | '/passport/cert/headerTip', | 27 | '/passport/cert/headerTip', |
28 | '/common/getbanner', | 28 | '/common/getbanner', |
29 | - '/common/suggestfeedback' | 29 | + '/common/suggestfeedback', |
30 | + '/product/search/history', | ||
31 | + '/product/search/suggest' | ||
32 | + | ||
30 | ]; | 33 | ]; |
31 | 34 | ||
32 | const limiter = (rule, policy, context) => { | 35 | const limiter = (rule, policy, context) => { |
-
Please register or login to post a comment