Skip to content

Commit f765915

Browse files
committed
Allow https urls for Vimeo videos
Align with YouTube validation rules.
1 parent ab540d7 commit f765915

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)