Login

Login

Need to register? Lost password?

Options

Advertisements

Advertisements

 

url tag doesn't work with links beginning https://

Bug Reports

Minitokyo » Minitokyo Fora » Bug Reports  url tag doesn't work with links beginning https://

page 1 of 1

If you create a link to a page that begins with 'https://' instead of 'http://' the url tag doesn't work.

For example:
Extension for firefox
Extension for firefox

Both are the same code, except the first one uses https instead of http.
I know this isn't a major bug but if one of the moderators could sort it out some time that'd would be good :)
Keep up the good work guys!

https is for HTTP Secure, probably an oversight in the URL code, I wonder if ftp works...
[url=ftp://ftp.mozilla.org]Mozilla FTP[/url]

Edit: Aparently not. XD

Must not be in the accepted protocols array... so when it goes to parse it, it won't parse it unless one of the conditions are met... or he did a str/preg replace with the http included, I dunno why that would be :/

page 1 of 1

Only members can post replies, please register.