-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Hello!
We have a ~huge video site called Indavideo (http://www.indavideo.hu)
You can add this site a very simple way:
protected $allowed_iframes = array(
...
'indavideo.hu' => '/player/video',
'embed.indavideo.hu' => '/player/video'
...
);
It works only http and it doesn't works with https, so i would like to ask:
Why do you force https inside the plugin?