Skip to content

Commit e399fb4

Browse files
committed
Sanitize: allow colons again. Support special chars: colon, equals, semi-colon
1 parent 6f7507d commit e399fb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/vpn.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ func Sanitize(s string) string {
176176
s = strings.NewReplacer(
177177
"/", "", // remove slashes
178178
"\\", "", // remove backslashes
179-
":", "", // remove colons
180179
"*", "", // remove asterisks
181180
"?", "", // remove question marks
182181
"\"", "", // remove double quotes

0 commit comments

Comments
 (0)