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 2fb9b58 commit 73671bcCopy full SHA for 73671bc
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