mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-02-03 00:02:41 +08:00
🚩 重定向 Google Maps 网页版
This commit is contained in:
parent
ed0877d916
commit
cc2a3434ef
@ -3,6 +3,9 @@ hostname = www.google.cn,api.abema.io
|
|||||||
# Redirect Google Search Service
|
# Redirect Google Search Service
|
||||||
^(http|https):\/\/(www.)?(g|google)\.cn url 302 https://www.google.com
|
^(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
|
# Redirect HTTP to HTTPS
|
||||||
^(http|https):\/\/(www.)?taobao\.com\/ url 302 https://taobao.com/
|
^(http|https):\/\/(www.)?taobao\.com\/ url 302 https://taobao.com/
|
||||||
^(http|https):\/\/(www.)?jd\.com\/ url 302 https://www.jd.com/
|
^(http|https):\/\/(www.)?jd\.com\/ url 302 https://www.jd.com/
|
||||||
|
@ -198,6 +198,9 @@ mtalk.google.com = 108.177.125.188
|
|||||||
# Redirect Google Search Service
|
# Redirect Google Search Service
|
||||||
^(http|https):\/\/(www.)?(g|google)\.cn https://www.google.com 302
|
^(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
|
# Redirect HTTP to HTTPS
|
||||||
^(http|https):\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
|
^(http|https):\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
|
||||||
^(http|https):\/\/(www.)?jd\.com\/ https://www.jd.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
|
# TikTok (By wzw1997007) - *.tiktokv.com, *.byteoversea.com, *.musical.ly, *.snssdk.com
|
||||||
# (?<=_region=)CN(?=&) JP 307
|
# (?<=_region=)CN(?=&) JP 307
|
||||||
# (?<=&app_version=)16..(?=.?.?&) 1 307
|
# (?<=&app_version=)17..(?=.?.?&) 1 307
|
||||||
# (?<=\?version_code=)16..(?=.?.?&) 1 307
|
# (?<=\?version_code=)17..(?=.?.?&) 1 307
|
||||||
|
|
||||||
#Resso (By JO2EY) - api.resso.app
|
#Resso (By JO2EY) - api.resso.app
|
||||||
# (?<=(carrier|account|sys|sim)_region=)cn in 307
|
# (?<=(carrier|account|sys|sim)_region=)cn in 307
|
||||||
|
@ -2088,6 +2088,9 @@ mtalk.google.com = 108.177.125.188
|
|||||||
# Redirect Google Search Service
|
# Redirect Google Search Service
|
||||||
^(http|https):\/\/(www.)?(g|google)\.cn https://www.google.com 302
|
^(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
|
# Redirect HTTP to HTTPS
|
||||||
^(http|https):\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
|
^(http|https):\/\/(www.)?taobao\.com\/ https://taobao.com/ 302
|
||||||
^(http|https):\/\/(www.)?jd\.com\/ https://www.jd.com/ 302
|
^(http|https):\/\/(www.)?jd\.com\/ https://www.jd.com/ 302
|
||||||
|
Loading…
Reference in New Issue
Block a user