From 594f1d7bb54679184f4417ab8bcb9c694e363799 Mon Sep 17 00:00:00 2001 From: Rinat Khaziev Date: Wed, 22 Jan 2025 13:13:08 -0600 Subject: [PATCH] Remove IE6 compatibility --- ngx-http-concat.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ngx-http-concat.php b/ngx-http-concat.php index 851f06c..31198bb 100644 --- a/ngx-http-concat.php +++ b/ngx-http-concat.php @@ -168,13 +168,6 @@ function concat_get_path( $uri ) { // url(relative/path/to/file) -> url(/absolute/and/not/relative/path/to/file) $buf = WPCOM_Concat_Utils::relative_path_replace( $buf, $dirpath ); - // AlphaImageLoader(...src='relative/path/to/file'...) -> AlphaImageLoader(...src='/absolute/path/to/file'...) - $buf = preg_replace( - '/(Microsoft.AlphaImageLoader\s*\([^\)]*src=(?:\'|")?)([^\/\'"\s\)](?:(?