Pull request 2194: upd-all

Squashed commit of the following:

commit 483b77abb95949089542997b980188c453a519f6
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Apr 3 20:41:12 2024 +0300

    all: upd docker

commit 6fff1f8da88d60621382508a735961413289b54d
Author: Ainar Garipov <A.Garipov@AdGuard.COM>
Date:   Wed Apr 3 20:25:07 2024 +0300

    all: upd go, i18n, flts, svcs
This commit is contained in:
Ainar Garipov
2024-04-03 21:17:01 +03:00
parent 5cc05e2c4b
commit 0e1e568899
15 changed files with 188 additions and 35 deletions

View File

@@ -483,6 +483,16 @@ var blockedServices = []blockedService{{
"||bsky.app^",
"||bsky.social^",
},
}, {
ID: "box",
Name: "Box",
IconSVG: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 -9 40 40\"><path d=\"M39.7 19.2c.5.7.4 1.6-.2 2.1-.7.5-1.7.4-2.2-.2l-3.5-4.5-3.4 4.4c-.5.7-1.5.7-2.2.2-.7-.5-.8-1.4-.3-2.1l4-5.2-4-5.2c-.5-.7-.3-1.7.3-2.2.7-.5 1.7-.3 2.2.3l3.4 4.5L37.3 7c.5-.7 1.4-.8 2.2-.3.7.5.7 1.5.2 2.2L35.8 14l3.9 5.2zm-18.2-.6c-2.6 0-4.7-2-4.7-4.6 0-2.5 2.1-4.6 4.7-4.6s4.7 2.1 4.7 4.6c-.1 2.6-2.2 4.6-4.7 4.6zm-13.8 0c-2.6 0-4.7-2-4.7-4.6 0-2.5 2.1-4.6 4.7-4.6s4.7 2.1 4.7 4.6c0 2.6-2.1 4.6-4.7 4.6zM21.5 6.4c-2.9 0-5.5 1.6-6.8 4-1.3-2.4-3.9-4-6.9-4-1.8 0-3.4.6-4.7 1.5V1.5C3.1.7 2.4 0 1.6 0 .7 0 0 .7 0 1.5v12.6c.1 4.2 3.5 7.5 7.7 7.5 3 0 5.6-1.7 6.9-4.1 1.3 2.4 3.9 4.1 6.8 4.1 4.3 0 7.8-3.4 7.8-7.7.1-4.1-3.4-7.5-7.7-7.5z\" /></svg>"),
Rules: []string{
"||box.com^",
"||box.net^",
"||boxcdn.net^",
"||boxcloud.com^",
},
}, {
ID: "canais_globo",
Name: "Canais Globo",
@@ -669,6 +679,34 @@ var blockedServices = []blockedService{{
"||douban.fm^",
"||doubanio.com^",
},
}, {
ID: "dropbox",
Name: "Dropbox",
IconSVG: []byte("<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"currentColor\" viewBox=\"0 -2.5 30 30\"><path d=\"M7.7.32.48 4.92 7.7 9.5l7.22-4.6 7.23 4.6 7.22-4.6L22.15.32l-7.23 4.6L7.7.31Zm0 18.38L.48 14.1 7.7 9.5l7.22 4.6-7.22 4.6Z\"/><path d=\"m14.92 14.1 7.23-4.6 7.22 4.6-7.22 4.6-7.23-4.6Zm0 10.72-7.22-4.6 7.22-4.59 7.23 4.6-7.23 4.59Z\"/></svg>"),
Rules: []string{
"||addtodropbox.com^",
"||app.hellosign.com^",
"||dash.ai^",
"||db.tt^",
"||docsend.com^",
"||dropbox-dns.com^",
"||dropbox.com^",
"||dropbox.tech^",
"||dropbox.zendesk.com^",
"||dropboxapi.com^",
"||dropboxbusiness.com^",
"||dropboxcaptcha.com^",
"||dropboxforum.com^",
"||dropboxforums.com^",
"||dropboxinsiders.com^",
"||dropboxlegal.com^",
"||dropboxmail.com^",
"||dropboxpartners.com^",
"||dropboxstatic.com^",
"||dropboxteam.com^",
"||dropboxusercontent.com^",
"||getdropbox.com^",
},
}, {
ID: "ebay",
Name: "EBay",
@@ -2439,8 +2477,10 @@ var blockedServices = []blockedService{{
"||bytecdn.cn^",
"||bytedance.map.fastly.net^",
"||bytedapm.com^",
"||bytegoofy.com^",
"||byteimg.com^",
"||byteoversea.com^",
"||bytescm.com^",
"||douyin.com^",
"||douyincdn.com^",
"||douyinliving.com^",
@@ -2463,6 +2503,7 @@ var blockedServices = []blockedService{{
"||ttlivecdn.com.c.bytefcdn-oversea.com^",
"||ttlivecdn.com^",
"||v*.tiktokcdn-eu.com^",
"||zijieapi.com^",
},
}, {
ID: "tinder",

View File

@@ -1,6 +1,6 @@
module github.com/AdguardTeam/AdGuardHome/internal/tools
go 1.21.8
go 1.22.2
require (
github.com/fzipp/gocyclo v0.6.0