We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5290d57 commit 872fbeaCopy full SHA for 872fbea
internal/model/setting.go
@@ -66,7 +66,6 @@ func (s *Setting) Validate() error {
66
validSchemes := map[string]bool{
67
"http": true,
68
"https": true,
69
- "socks": true,
70
"socks5": true,
71
}
72
if !validSchemes[parsedURL.Scheme] {
0 commit comments