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.
1 parent d8e6233 commit 2fb9b58Copy full SHA for 2fb9b58
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}
0 commit comments