🚩 重定向 Google Maps 网页版

This commit is contained in:
Conners Hua 2020-08-11 12:54:36 +08:00
parent ed0877d916
commit cc2a3434ef
3 changed files with 11 additions and 2 deletions

View File

@ -3,6 +3,9 @@ hostname = www.google.cn,api.abema.io
# Redirect Google Search Service
^(http|https):\/\/(www.)?(g|google)\.cn url 302 https://www.google.com
# Redirect Google Maps Service
^(http|https):\/\/(ditu|maps).google\.cn url 302 https://maps.google.com
# Redirect HTTP to HTTPS
^(http|https):\/\/(www.)?taobao\.com\/ url 302 https://taobao.com/
^(http|https):\/\/(www.)?jd\.com\/ url 302 https://www.jd.com/

View File

@ -198,6 +198,9 @@ mtalk.google.com = 108.177.125.188
# Redirect Google Search Service
^(http|https):\/\/(www.)?(g|google)\.cn https://www.google.com 302
# Redirect Google Maps Service
^(http|https):\/\/(ditu|maps).google\.cn https://maps.google.com 302
# Redirect HTTP to HTTPS
^(http|https):\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
^(http|https):\/\/(www.)?jd\.com\/ https://www.jd.com/ 302
@ -256,8 +259,8 @@ mtalk.google.com = 108.177.125.188
# TikTok (By wzw1997007) - *.tiktokv.com, *.byteoversea.com, *.musical.ly, *.snssdk.com
# (?<=_region=)CN(?=&) JP 307
# (?<=&app_version=)16..(?=.?.?&) 1 307
# (?<=\?version_code=)16..(?=.?.?&) 1 307
# (?<=&app_version=)17..(?=.?.?&) 1 307
# (?<=\?version_code=)17..(?=.?.?&) 1 307
#Resso (By JO2EY) - api.resso.app
# (?<=(carrier|account|sys|sim)_region=)cn in 307

View File

@ -2088,6 +2088,9 @@ mtalk.google.com = 108.177.125.188
# Redirect Google Search Service
^(http|https):\/\/(www.)?(g|google)\.cn https://www.google.com 302
# Redirect Google Maps Service
^(http|https):\/\/(ditu|maps).google\.cn https://maps.google.com 302
# Redirect HTTP to HTTPS
^(http|https):\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
^(http|https):\/\/(www.)?jd\.com\/ https://www.jd.com/ 302