Xtraball / Siberian

Siberian Single App Edition (SAE), free and open-source app builder.
https://www.siberiancms.com
Open Software License 3.0
167 stars 151 forks source link

Error on Browsers that do not permit cleartext (http) links #833

Open sl45sms opened 8 months ago

sl45sms commented 8 months ago

https://github.com/Xtraball/Siberian/blob/03103eb5fcbd2925318dbcc20de5762836879944/siberian/lib/Zend/Service/ShortUrl/TinyUrlCom.php#L42

The above line produce net::ERR_CLEARTEXT_NOT_PERMITED error when you try to visit the link.

It should be changed to:

protected $_baseUri = 'https://tinyurl.com';
Neustradamus commented 3 months ago

@sl45sms: Good ticket but always not solved, maybe @Slicit has not seen.