Y
Hacker News
new
|
ask
|
show
|
jobs
by
gibybo
4402 days ago
I used "//" to get around the http regex (but this requires using an https host as you mentioned), is there another way to get around the regex?
6 comments
tautvidas
4402 days ago
Adding a space just before the URL works just as well.
link
yen223
4402 days ago
Spoiler: RaNDoM cApS
link
_august
4402 days ago
//www.google.com/jsapi?callback=alert
link
gpvos
4402 days ago
data:,alert('hi')
link
jonaspf
4402 days ago
Use upper-case characters
link
vsakos
4402 days ago
i think ftp:// works too
EDIT: no, it doesn't :D
link