Sha256: 989f052213211e46793e3ba848fd94d38f399ab2dc7537c5f3ebec3de9326146
Contents?: true
Size: 371 Bytes
Versions: 6
Compression:
Stored size: 371 Bytes
Contents
module Pageflow module EmbeddedVideo class Configuration # White list of URL prefixes (including protocol) of embedded videos. # @return [Array<String>] attr_reader :supported_hosts def initialize @supported_hosts = %w(https://www.youtube.com http://www.youtube.com http://vimeo.com https://vimeo.com) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems