From 4e73982e31101f1322816b9a50a25f12029f175e Mon Sep 17 00:00:00 2001 From: pini-girit Date: Mon, 5 Oct 2020 18:12:21 +0300 Subject: [PATCH] v1.14.3: changed CSP whitelist --- composer.json | 2 +- etc/csp_whitelist.xml | 25 ------------------------- etc/module.xml | 2 +- marketplace.composer.json | 2 +- 4 files changed, 3 insertions(+), 28 deletions(-) diff --git a/composer.json b/composer.json index 4b6f4c3..139461b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cloudinary/cloudinary-magento2", "description": "Cloudinary Magento 2 Integration.", "type": "magento2-module", - "version": "1.14.2", + "version": "1.14.3", "license": "MIT", "require": { "cloudinary/cloudinary_php": "*" diff --git a/etc/csp_whitelist.xml b/etc/csp_whitelist.xml index 1fb038c..775e7e9 100644 --- a/etc/csp_whitelist.xml +++ b/etc/csp_whitelist.xml @@ -11,23 +11,6 @@ analytics-api.cloudinary.com cdnjs.cloudflare.com res.cloudinary.com - res-1.cloudinary.com - res-2.cloudinary.com - res-3.cloudinary.com - res-4.cloudinary.com - res-5.cloudinary.com - - - - - cloudinary.com - www.cloudinary.com - p.cloudinary.com - media-library.cloudinary.com - product-gallery.cloudinary.com - analytics-api.cloudinary.com - cdnjs.cloudflare.com - res.cloudinary.com @@ -46,10 +29,8 @@ cloudinary.com www.cloudinary.com - p.cloudinary.com media-library.cloudinary.com product-gallery.cloudinary.com - analytics-api.cloudinary.com res.cloudinary.com res-1.cloudinary.com res-2.cloudinary.com @@ -66,13 +47,7 @@ p.cloudinary.com media-library.cloudinary.com product-gallery.cloudinary.com - analytics-api.cloudinary.com res.cloudinary.com - res-1.cloudinary.com - res-2.cloudinary.com - res-3.cloudinary.com - res-4.cloudinary.com - res-5.cloudinary.com diff --git a/etc/module.xml b/etc/module.xml index bf5ac10..9f89ab9 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - + diff --git a/marketplace.composer.json b/marketplace.composer.json index 0b1aaa0..6653f64 100644 --- a/marketplace.composer.json +++ b/marketplace.composer.json @@ -2,7 +2,7 @@ "name": "cloudinary/cloudinary", "description": "Cloudinary Magento 2 Integration.", "type": "magento2-module", - "version": "1.14.2", + "version": "1.14.3", "license": "MIT", "require": { "cloudinary/cloudinary_php": "*"