Skip to content

Commit 7dc11da

Browse files
authored
fix(youtube): update YouTube endpoint to use https instead of http
1 parent f4ce26e commit 7dc11da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/Youtube.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
class Youtube extends EndPoint implements EndPointInterface
66
{
77
protected static $pattern = ['*youtube.*', '*youtu\.be.*'];
8-
protected static $endPoint = 'http://www.youtube.com/oembed';
8+
protected static $endPoint = 'https://www.youtube.com/oembed';
99
}

0 commit comments

Comments
 (0)