Skip to content

Commit aa228da

Browse files
committed
Merge pull request #10 from tf/vimeo-https
Allow https urls for Vimeo videos
2 parents ab540d7 + f765915 commit aa228da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pageflow/embedded_video/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Configuration
77
attr_reader :supported_hosts
88

99
def initialize
10-
@supported_hosts = %w(https://www.youtube.com http://www.youtube.com http://vimeo.com)
10+
@supported_hosts = %w(https://www.youtube.com http://www.youtube.com http://vimeo.com https://vimeo.com)
1111
end
1212

1313
end

0 commit comments

Comments
 (0)