wangshan 3 rokov pred
rodič
commit
b8b41125aa
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/jfw/filter/phonefilter.go

+ 1 - 1
src/jfw/filter/phonefilter.go

@@ -53,7 +53,7 @@ func (l *phoneFilter) Do() bool {
 	}
 	href := "/swordfish/frontPage/userMerge/sess/bind" //pc
 	for _, v := range bindurl {
-		if v.MatchString(l.R.URL.Path) && !strings.Contains(l.R.URL.Path, "squeeze") {
+		if v.MatchString(l.R.URL.Path) && !strings.Contains(l.R.URL.Path, "bidedoc") && !strings.Contains(l.R.URL.Path, "squeeze") {
 			return true
 		}
 	}