diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1bc1979b6..8bf94482d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
+# 5.0.6
+* Add Content Security Policy (CSP) whitelist
+
# 5.0.5
* Fix an issue where if deleted user with ID 1, the indexer will throw foreign keys constraints errors
diff --git a/composer.json b/composer.json
index b30bc4942..efd566828 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,7 @@
"name": "nosto/module-nostotagging",
"description": "Increase your conversion rate and average order value by delivering your customers personalized product recommendations throughout their shopping journey.",
"type": "magento2-module",
- "version": "5.0.5",
+ "version": "5.0.6 ",
"require-dev": {
"php": ">=7.1.0",
"phpmd/phpmd": "^2.5",
diff --git a/etc/csp_whitelist.xml b/etc/csp_whitelist.xml
new file mode 100644
index 000000000..37fdfd386
--- /dev/null
+++ b/etc/csp_whitelist.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+ *.nosto.com
+ *.nos.to
+
+
+
+
+ *.nosto.com
+ *.nos.to
+
+
+
+
+ *.nosto.com
+ *.nos.to
+
+
+
+
+ *.nosto.com
+ *.nos.to
+
+
+
+
+ *.nosto.com
+ *.nos.to
+
+
+
+
+ *.nosto.com
+ *.nos.to
+
+
+
+
diff --git a/etc/module.xml b/etc/module.xml
index 76f9afb7d..1bb6396ac 100755
--- a/etc/module.xml
+++ b/etc/module.xml
@@ -37,5 +37,5 @@
-
+