Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chertzog’s picture

Status: Active » Needs review
FileSize
775 bytes
chertzog’s picture

Assigned: Unassigned » chertzog
kim.pepper’s picture

Status: Needs review » Needs work

Looking good.

+++ b/core/modules/filter/filter.moduleundefined
@@ -1741,7 +1741,8 @@ function _filter_html_image_secure_process($text) {
+    $host = Drupal::request()->server->get('HTTP_HOST');

Can just be $request->getHost()

kim.pepper’s picture

Are you still working on this chertzog?

chrisjlee’s picture

I'll give this a shot.

chrisjlee’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, 1999376-use-symfony-request-filter-module-5.patch, failed testing.

aaronott’s picture

Status: Needs work » Needs review

#5: 1999376-use-symfony-request-filter-module-5.patch queued for re-testing.

Looking through the error logs, it seemed that there was a hiccup on the testing server rather than an error in the code.

Crell’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +quickfix

Looks good.

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed/pushed to 8.x, thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.