This commit is contained in:
byte[] 2021-03-17 19:17:59 -04:00
parent b44e1c7765
commit 8c881da01c

View file

@ -32,6 +32,7 @@ defmodule PhilomenaWeb.ContentSecurityPolicyPlug do
{:form_action, ["'self'"]},
{:manifest_src, ["'self'"]},
{:img_src, ["'self'", "data:", cdn_uri, camo_uri]},
{:media_src, ["'self'", "data:", cdn_uri, camo_uri]},
{:block_all_mixed_content, []}
]