We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7507d commit e399fb4Copy full SHA for e399fb4
core/vpn.go
@@ -176,7 +176,6 @@ func Sanitize(s string) string {
176
s = strings.NewReplacer(
177
"/", "", // remove slashes
178
"\\", "", // remove backslashes
179
- ":", "", // remove colons
180
"*", "", // remove asterisks
181
"?", "", // remove question marks
182
"\"", "", // remove double quotes
0 commit comments