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 9a576c5 commit 8582db9Copy full SHA for 8582db9
http/util.lua
@@ -24,10 +24,8 @@ local function encodeURIComponent(str)
24
end
25
26
-- decodeURI unescapes url encoded characters
27
--- excluding for characters that are special in urls
+-- excluding characters that are special in urls
28
local decodeURI do
29
- -- Keep the blacklist in numeric form.
30
- -- This means we can skip case normalisation of the hex characters
31
local decodeURI_blacklist = {}
32
for char in ("#$&+,/:;=?@"):gmatch(".") do
33
decodeURI_blacklist[string.byte(char)] = true
0 commit comments