Merge branch 'feature/anti-spider' into 'master'
add page white_list See merge request !376
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -8,6 +8,7 @@ const WHITE_LIST = [ | @@ -8,6 +8,7 @@ const WHITE_LIST = [ | ||
8 | '/passport/imagesNode', | 8 | '/passport/imagesNode', |
9 | '/passport/cert/headerTip', | 9 | '/passport/cert/headerTip', |
10 | '/passport/captcha/get', | 10 | '/passport/captcha/get', |
11 | + '/passport/images', | ||
11 | '/passport/img-check.jpg', | 12 | '/passport/img-check.jpg', |
12 | '/3party/check/submit' | 13 | '/3party/check/submit' |
13 | ]; | 14 | ]; |
-
Please register or login to post a comment