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 5dcfe18 commit ae54ea0Copy full SHA for ae54ea0
Source/SocketIO/Util/SocketExtensions.swift
@@ -38,7 +38,7 @@ extension Array {
38
39
extension CharacterSet {
40
static var allowedURLCharacterSet: CharacterSet {
41
- return CharacterSet(charactersIn: "!*'();:@&=+$,/?%#[]\" {}^").inverted
+ return CharacterSet(charactersIn: "!*'();:@&=+$,/?%#[]\" {}^|").inverted
42
}
43
44
0 commit comments