We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8e6233 + 73671bc commit fbc79daCopy full SHA for fbc79da
src/Providers/OEmbed/Instagram.php
@@ -10,7 +10,7 @@ class Instagram extends EndPoint implements EndPointInterface
10
'instagram.com/p/*',
11
'www.instagram.com/p/*',
12
];
13
- protected static $endPoint = 'http://api.instagram.com/oembed';
+ protected static $endPoint = 'https://api.instagram.com/oembed';
14
15
/**
16
* {@inheritdoc}
src/Providers/OEmbed/Soundcloud.php
@@ -5,5 +5,5 @@
5
class Soundcloud extends EndPoint implements EndPointInterface
6
{
7
protected static $pattern = 'soundcloud.com/*';
8
- protected static $endPoint = 'http://soundcloud.com/oembed';
+ protected static $endPoint = 'https://soundcloud.com/oembed';
9
}
0 commit comments