Skip to content

Commit

Permalink
Update add_csp.ex (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanfarming authored May 25, 2023
1 parent 430f702 commit 56ff5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/ret_web/plugs/add_csp.ex
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ defmodule RetWeb.Plugs.AddCSP do
link_url,
ret_direct_connect,
storage_url,
thumbnail_url
thumbnail_url,
"https://raw.githubusercontent.com"
],
"img-src" => [
"'self'",
Expand Down

0 comments on commit 56ff5a8

Please sign in to comment.