Loading composer.lock +0 −3 Original line number Diff line number Diff line Loading @@ -4481,9 +4481,6 @@ "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { Loading core/lib/Drupal/Core/Form/FormBuilder.php +2 −1 Original line number Diff line number Diff line Loading @@ -861,7 +861,8 @@ protected function buildFormAction() { // https://www.drupal.org/node/2504709. $parsed = UrlHelper::parse($request_uri); unset($parsed['query'][static::AJAX_FORM_REQUEST], $parsed['query'][MainContentViewSubscriber::WRAPPER_FORMAT]); return $parsed['path'] . ($parsed['query'] ? ('?' . UrlHelper::buildQuery($parsed['query'])) : ''); $action = $parsed['path'] . ($parsed['query'] ? ('?' . UrlHelper::buildQuery($parsed['query'])) : ''); return UrlHelper::filterBadProtocol($action); } /** Loading core/misc/ajax.es6.js +1 −0 Original line number Diff line number Diff line Loading @@ -559,6 +559,7 @@ } }, dataType: 'json', jsonp: false, type: 'POST', }; Loading core/misc/ajax.js +1 −0 Original line number Diff line number Diff line Loading @@ -246,6 +246,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len } }, dataType: 'json', jsonp: false, type: 'POST' }; Loading core/misc/autocomplete.es6.js +1 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,7 @@ }, ajax: { dataType: 'json', jsonp: false, }, }; Loading Loading
composer.lock +0 −3 Original line number Diff line number Diff line Loading @@ -4481,9 +4481,6 @@ "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { Loading
core/lib/Drupal/Core/Form/FormBuilder.php +2 −1 Original line number Diff line number Diff line Loading @@ -861,7 +861,8 @@ protected function buildFormAction() { // https://www.drupal.org/node/2504709. $parsed = UrlHelper::parse($request_uri); unset($parsed['query'][static::AJAX_FORM_REQUEST], $parsed['query'][MainContentViewSubscriber::WRAPPER_FORMAT]); return $parsed['path'] . ($parsed['query'] ? ('?' . UrlHelper::buildQuery($parsed['query'])) : ''); $action = $parsed['path'] . ($parsed['query'] ? ('?' . UrlHelper::buildQuery($parsed['query'])) : ''); return UrlHelper::filterBadProtocol($action); } /** Loading
core/misc/ajax.es6.js +1 −0 Original line number Diff line number Diff line Loading @@ -559,6 +559,7 @@ } }, dataType: 'json', jsonp: false, type: 'POST', }; Loading
core/misc/ajax.js +1 −0 Original line number Diff line number Diff line Loading @@ -246,6 +246,7 @@ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len } }, dataType: 'json', jsonp: false, type: 'POST' }; Loading
core/misc/autocomplete.es6.js +1 −0 Original line number Diff line number Diff line Loading @@ -281,6 +281,7 @@ }, ajax: { dataType: 'json', jsonp: false, }, }; Loading