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

Adding a space just before the URL works just as well.
Spoiler: RaNDoM cApS
//www.google.com/jsapi?callback=alert
data:,alert('hi')
Use upper-case characters
i think ftp:// works too

EDIT: no, it doesn't :D