Closed raphaotten closed 11 years ago
https does work, where does it not for you?
https://github.com/milesj/php-decoda/blob/master/tests/filters/UrlFilterTest.php#L30
Sorry, I didn't point out, that I was referring to the VIDEO-Filter! :-/
The videos are always loaded via an insecure connection (HTTP://www.youtube.com/...). If the site runs on a secured connection and uses a certificate, most browsers warn the user, if there's "insecure" data loaded as well. So it would be nice, to have the possibility of the videos being loaded via HTTPS instead of HTTP.
Ok that makes more sense. I will look into this as it may require different code/URLs between the two.
I used the protocol agnostic approach, will be available in the next tag.
Hi all,
what would be the best way to allow the usage of "https"-urls (e.g. https://www.youtube.com/...) ?
Kind regards Raphael