-
-
Save cjh0613/54b7f907e0d7064255eb8e2be5215ed8 to your computer and use it in GitHub Desktop.
Black list for user agent of Chinese web browsers, quick block all access from Chinese web browsers / 国产浏览器UA黑名单,一键屏蔽所有国产浏览器访问
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(http.user_agent contains "QQ/") | |
or (http.user_agent contains "MicroMessenger") | |
or (http.user_agent contains "TaoBrowser") | |
or (http.user_agent contains "Redmi") | |
or (http.user_agent contains "XiaoMi") | |
or (http.user_agent contains "MiuiBrowser") | |
or (http.user_agent contains "HUAWEI") | |
or (http.user_agent contains "HONOR") | |
or (http.user_agent contains "OPPO") | |
or (http.user_agent contains "vivo") | |
or (http.user_agent contains "MSIE 8") | |
or (http.user_agent contains "MSIE 7") | |
or (http.user_agent contains "MSIE 6") | |
or (http.user_agent contains "MSIE 5") | |
or (http.user_agent contains "360SE") | |
or (http.user_agent contains "360EE") | |
or (http.user_agent contains "MetaSr") | |
or (http.user_agent contains "Maxthon") | |
or (http.user_agent contains "QQBrowser") | |
or (http.user_agent contains "TencentTraveler") | |
or (http.user_agent contains "UCBrowser") | |
or (http.user_agent contains "UCWEB") | |
or (http.user_agent contains "BIDUBrowser") | |
or (http.user_agent contains "LBBROWSER") | |
or (http.user_agent contains "2345Explorer") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment