Skip to content

Commit 56ff5a8

Browse files
authored
Update add_csp.ex (#701)
1 parent 430f702 commit 56ff5a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/ret_web/plugs/add_csp.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ defmodule RetWeb.Plugs.AddCSP do
196196
link_url,
197197
ret_direct_connect,
198198
storage_url,
199-
thumbnail_url
199+
thumbnail_url,
200+
"https://raw.githubusercontent.com"
200201
],
201202
"img-src" => [
202203
"'self'",

0 commit comments

Comments
 (0)