Skip to content
Snippets Groups Projects
Commit 4916cd71 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

host

parent ff71290d
No related branches found
No related tags found
No related merge requests found
......@@ -18,14 +18,14 @@ class Video::Provider::Default
end
def csp_domains
[video_host]
[host]
end
def identifier
''
end
def video_host
def host
URI.parse(iframe_url).host
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment