allow https: so that flash works across instances without need for media proxy
This commit is contained in:
parent
248f914e6e
commit
675639225a
|
@ -104,7 +104,7 @@ defp csp_string do
|
|||
{[img_src, " https:"], [media_src, " https:"]}
|
||||
end
|
||||
|
||||
connect_src = ["connect-src 'self' blob: ", static_url, ?\s, websocket_url]
|
||||
connect_src = ["connect-src 'self' blob: https: ", static_url, ?\s, websocket_url]
|
||||
|
||||
connect_src =
|
||||
if Config.get(:env) == :dev do
|
||||
|
|
Loading…
Reference in New Issue