diff --git a/vendor/magento/module-new-relic-reporting/etc/csp_whitelist.xml b/vendor/magento/module-new-relic-reporting/etc/csp_whitelist.xml
new file mode 100644
index 0000000000000..88511e22b8419
--- /dev/null
+++ b/vendor/magento/module-new-relic-reporting/etc/csp_whitelist.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+/**
+ * Copyright © Magento, Inc. All rights reserved.
+ * See COPYING.txt for license details.
+ */
+-->
+<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="script-src">
+                <values>
+                    <value id="newrelic-agent" type="host">*.newrelic.com</value>
+                    <value id="newrelic-agent-data" type="host">*.nr-data.net</value>
+                </values>
+            </policy>
+            <policy id="connect-src">
+                <values>
+                    <value id="newrelic-agent" type="host">*.newrelic.com</value>
+                    <value id="newrelic-agent-data" type="host">*.nr-data.net</value>
+                </values>
+            </policy>
+        </policies>
+</csp_whitelist>
