Closed iscekic closed 8 years ago
In Firefox, http://www.bootlint.com/?url=http:// becomes http://www.bootlint.com/?url=http:%2F%2F, causing the app to fail.
http://www.bootlint.com/?url=http://
http://www.bootlint.com/?url=http:%2F%2F
You probably need to decodeURIComponent somewhere. :smile:
decodeURIComponent
Thanks for your feedback, the issue has been fixed :+1:
In Firefox,
http://www.bootlint.com/?url=http://
becomeshttp://www.bootlint.com/?url=http:%2F%2F
, causing the app to fail.You probably need to
decodeURIComponent
somewhere. :smile: