diff --git a/patches.json b/patches.json index 9a90631..3365a43 100644 --- a/patches.json +++ b/patches.json @@ -43,7 +43,6 @@ "2.2.0": "MDVA-8695__properly_encode_characters_in_emails__2.1.4.patch" }, "Enable SCD on demand in production": { - ">=2.1.4": "MAGECLOUD-1601__trim_static_content_path__2.1.4.patch", "~2.1.4": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.1.4.patch", "2.2.0 - 2.2.3": "MAGECLOUD-1601__configure_scd_on_demand_for_cloud__2.2.0.patch" }, diff --git a/patches/MAGECLOUD-1601__trim_static_content_path__2.1.4.patch b/patches/MAGECLOUD-1601__trim_static_content_path__2.1.4.patch deleted file mode 100644 index 759df9e..0000000 --- a/patches/MAGECLOUD-1601__trim_static_content_path__2.1.4.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Naur a/pub/front-static.php b/pub/front-static.php ---- a/pub/front-static.php -+++ b/pub/front-static.php -@@ -6,6 +6,7 @@ - * See COPYING.txt for license details. - */ - -+$_GET['resource'] = preg_replace('/^(\/static\/)(version(\d+)?\/)?|(\?.*)/', '', $_SERVER['REQUEST_URI'] ?: ''); - require realpath(__DIR__) . '/../app/bootstrap.php'; - $bootstrap = \Magento\Framework\App\Bootstrap::create(BP, $_SERVER); - /** @var \Magento\Framework\App\StaticResource $app */