mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
whoops
This commit is contained in:
parent
b44e1c7765
commit
8c881da01c
1 changed files with 1 additions and 0 deletions
|
@ -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, []}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue