-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-gitrepos.go
58 lines (57 loc) · 2.05 KB
/
config-gitrepos.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
package squidr
// var _gitRepos contains a generated list of all currently allowed git repo targets
var _gitRepos = map[string]bool{
"4d63.com": true,
"ariga.io": true,
"bazil.org": true,
"bitbucket.org": true,
"chromium.googlesource.com": true,
"cloud.google.com": true,
"code.gitea.io": true,
"codeberg.org": true,
"dev.gnupg.org": true,
"entgo.io": true,
"filippo.io": true,
"gioui.org": true,
"git-01.md.hardenedbsd.org": true,
"git.freebsd.org": true,
"git.joeyh.name": true,
"git.kernel.org": true,
"git.lighttpd.net": true,
"git.savannah.gnu.org": true,
"git.schwanenlied.me": true,
"git.sh.ht": true,
"git.sr.ht": true,
"git.zx2c4.com": true,
"gitea.com": true,
"github.com": true,
"gitlab.com": true,
"gitlab.kitware.com": true,
"go.etcd.io": true,
"go.googlesource.com": true,
"go.jolheiser.com": true,
"go.lsp.dev": true,
"go.mongodb.org": true,
"go.opentelemetry.io": true,
"go.uber.org": true,
"goftp.io": true,
"gonum.org": true,
"google.golang.org": true,
"gopkg.in": true,
"gorm.io": true,
"gotest.tools": true,
"howett.net": true,
"modernc.org": true,
"moul.io": true,
"mpldr.codes": true,
"mvdan.cc": true,
"nhooyr.io": true,
"roughtime.googlesource.com": true,
"rsc.io": true,
"sigs.k8s.io": true,
"software.sslmate.com": true,
"strk.kbt.io": true,
"xorm.io": true,
"git.tukaani.org": true,
"git.lekensteyn.nl": true,
}