Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #57 change google translate #58

Merged
merged 2 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,13 @@

> 推荐使用的规则排序如下
```
1. Unbreak.list - 用于修正 PROXY 和 REJECT 行为
2. Advertising.list - 广告、行为分析、隐私追踪(macOS 不建议开启)
3. Hijacking.list - 劫持(运营商、臭名昭著的诈骗网站或恶意应用)
4. ForeignMedia.list - 国际流媒体
5. DomesticMedia.list - 国内流媒体(可不加)
6. Global.list - 国际网站/应用
7. Apple.list - Apple 服务(可不加)
9. China.list - 国内网站/应用
1. Advertising.list - 广告、行为分析、隐私追踪(macOS 不建议开启)
2. Hijacking.list - 劫持(运营商、臭名昭著的诈骗网站或恶意应用)
3. ForeignMedia.list - 国际流媒体
4. DomesticMedia.list - 国内流媒体(可不加)
5. Global.list - 国际网站/应用
6. Apple.list - Apple 服务(可不加)
7. China.list - 国内网站/应用
```

**说明**
Expand Down Expand Up @@ -190,7 +189,7 @@
2. 安装并启用证书
3. **到系统「设置 > 通用 > 关于本机」中底部的「证书信任设置」中信任所安装的证书!**

#### 为什么某一些应用任然有广告
#### 为什么某一些应用仍然有广告

**1.缓存**

Expand Down
5 changes: 4 additions & 1 deletion Rules/Services/Google.list
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ host-suffix,tensorflow.org,Google
host-suffix,tfhub.dev,Google

# > Google APIs
host,translate.googleapis.com,Google
host-suffix,googleapis.com,Google

# > Google Blogger
Expand Down Expand Up @@ -80,6 +81,7 @@ host-suffix,getmdl.io,Google
host-suffix,material.io,Google

# > Other
host-suffix,blog.google,DIRECT
host-suffix,certificate-transparency.org,Google
host-suffix,certificate-transparency.dev,Google
host-suffix,creativelab5.com,Google
Expand All @@ -95,6 +97,7 @@ ip-cidr,173.194.0.0/16,Google
ip-cidr,74.125.0.0/16,Google

# > Google Domestic CDNs
host,clientservices.googleapis.com,Google Domestic
host,fonts.googleapis.com,Google Domestic
host,fonts.gstatic.com,Google Domestic
host,ocsp.pki.goog,Google Domestic
Expand All @@ -103,10 +106,10 @@ host,redirector.c.bigcache.googleapis.com,Google Domestic
host,redirector.gvt1.com,Google Domestic
host,safebrowsing.googleapis.com,Google Domestic
host,safebrowsing-cache.google.com,Google Domestic
host,translate.googleapis.com,Google Domestic
host-suffix,dl.google.com,Google Domestic
host-suffix,dl.l.google.com,Google Domestic
host-suffix,google.cn,Google Domestic
host-suffix,googletraveladservices.com,Google Domestic
host-suffix,ssl.gstatic.com,Google Domestic
host-suffix,tools.google.com,Google Domestic
host-suffix,tools.l.google.com,Google Domestic
Expand Down
30 changes: 0 additions & 30 deletions Rules/Services/Unbreak.list

This file was deleted.