Leave / intact
This commit is contained in:
@@ -6,7 +6,8 @@ static inline bool byte_is_url_safe(char c) {
|
||||
|| (c >= '0' && c <= '9')
|
||||
|| (c >= '(' && c <= '*')
|
||||
|| c == '!' || c == '-'
|
||||
|| c == '.' || c == '_';
|
||||
|| c == '.' || c == '_'
|
||||
|| c == '/';
|
||||
}
|
||||
|
||||
// Determines if a string needs to be URL encoded.
|
||||
|
||||
Reference in New Issue
Block a user