Skip to content

Commit

Permalink
PLUG-136: Allow list TL domains in CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
lighe committed Oct 16, 2024
1 parent 36dd7f8 commit 7230512
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
<policies>
<policy id="frame-src">
<values>
<value id="tl-production" type="host">https://app.truelayer.com</value>
<value id="tl-sandbox" type="host">https://app.truelayer-sandbox.com</value>
</values>
</policy>
</policies>
</csp_whitelist>

0 comments on commit 7230512

Please sign in to comment.