Hotfix
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user