Skip to content

Commit

Permalink
Adds connect-src and img-src to CSP whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Hughes authored Jul 29, 2021
1 parent 5cb7526 commit 85b3955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
</policy>
<policy id="img-src">
<values>
<value id="chat" type="host">chat.openxtra.co.uk</value>
</values>
</policy>
<policy id="connect-src">
<values>
<value id="chat" type="host">chat.openxtra.co.uk</value>
</values>
</policy>
<policy id="font-src">
Expand Down

0 comments on commit 85b3955

Please sign in to comment.