Link detection can be bypassed using URI encoded characters
NurMarvin opened this issue · 2 comments
NurMarvin commented
By using URI encoded characters it's possible to bypass Vortex's (invite) link detection. Whilst the link itself isn't clickable, an embed is still getting generated which is clickable.
The following example is for https://discord.gg/ian
which was converted to https://%64%69%73%63%6f%72%64%2e%67%67/%69%61%6e
using URI encoding in order to bypass the filter:
MichailiK commented
I'll look into that some time, unless jagrosh does first.
i0bs commented
URI requoting/encoding gives me the same result as well