Skip to content

Commit

Permalink
fix csp for test-cashpresso.com
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Haitzer <thomas.haitzer@credi2.com>
  • Loading branch information
Thomas Haitzer committed May 12, 2022
1 parent 8a31d89 commit 358fce0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,25 @@
<policy id="style-src">
<values>
<value id="cashpresso" type="host">*.cashpresso.com</value>
<value id="cashpresso-test" type="host">*.test-cashpresso.com</value>
</values>
</policy>
<policy id="script-src">
<values>
<value id="cashpresso" type="host">*.cashpresso.com</value>
<value id="cashpresso-test" type="host">*.test-cashpresso.com</value>
</values>
</policy>
<policy id="connect-src">
<values>
<value id="cashpresso" type="host">*.cashpresso.com</value>
<value id="cashpresso-test" type="host">*.test-cashpresso.com</value>
</values>
</policy>
<policy id="frame-src">
<values>
<value id="cashpresso" type="host">*.cashpresso.com</value>
<value id="cashpresso-test" type="host">*.test-cashpresso.com</value>
</values>
</policy>
</policies>
Expand Down

0 comments on commit 358fce0

Please sign in to comment.