Skip to content

Commit 03eb0c7

Browse files
committed
MAGE-860: CSP Whitelist issue resolved. There should be no prefix * before domain or subdomain
1 parent 18f36d6 commit 03eb0c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

etc/csp_whitelist.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
<value id="algolia-api" type="host">*.algolia.net</value>
1313
<value id="algolia" type="host">*.algolia.com</value>
1414
<value id="algolia-fallback" type="host">*.algolianet.com</value>
15-
<!--insights.algolia.io white listed-->
16-
<value id="algolia-insights-io" type="host">*.insights.algolia.io</value>
15+
<value id="algolia-insights-io" type="host">insights.algolia.io</value>
1716
</values>
1817
</policy>
1918
</policies>

0 commit comments

Comments
 (0)