Hotfix
This commit is contained in:
parent
5c47485f7b
commit
a5f7bedf8d
@ -69,7 +69,7 @@ function byteTable(str, start, length)
|
|||||||
end
|
end
|
||||||
|
|
||||||
function isURL(str)
|
function isURL(str)
|
||||||
local _1, _2, prefix = tx:find("^(%w-):")
|
local _1, _2, prefix = str:find("^(%w-):")
|
||||||
|
|
||||||
return prefix == "http" or prefix == "https" or prefix == "data
|
return prefix == "http" or prefix == "https" or prefix == "data"
|
||||||
end
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user