Not a bug [img] bb code in registered feeds doe not enter ssl compatible links

Ferdinand

Well-known member
Hi,

I've been trying to auto insert a bb image code that is both ssl and non ssl compatible by writing the following:

Code:
[img]www.web.com/image.png[/img]

However it seems to only insert http:// images onto the page causing the page to partially display insecure content, how can we fix this without putting https:// into the url.

In html we could enter the path e.g. /image.png but here it only allows bb so I'm stuck.
 
BB code does not allow relative links in any cases -- if you don't provide a protocol, it will add one. If you have concerns, you should always us the SSL version or us the image proxy to allow the system to hand the conversion for you.
 
Top Bottom