Support from Acquia helps fund testing for Drupal Acquia logo

Comments

David_Rothstein’s picture

Status: Active » Needs review
FileSize
335 bytes

Presumably this patch is all that's needed.

It would be good to alphabetize them also (like in Drupal 7) but for ease of review I haven't bothered...

larowlan’s picture

Should we add a test too?

Damien Tournoud’s picture

Status: Needs review » Reviewed & tested by the community

This is a side-effect of #2026269: Different default values for filter_allowed_protocols variable, already fixed in Drupal 7 (in violation of the backporting protocol...).

Let's get this in for Drupal 8. And no, please don't add tests for configuration values.

David_Rothstein’s picture

Issue tags: +Regression

#2026269: Different default values for filter_allowed_protocols variable wasn't really relevant for Drupal 8 since it was about fixing an inconsistency (between two different URL filtering functions), but in Drupal 8 there is only one place this information is stored so no way to be inconsistent. In Drupal 8 the configuration is just gone entirely (caused by #1799440: Convert Filter variables to Configuration System) and thus both uses are currently broken.

Drupal 8 does have a regression here though, so adding a tag to track this (I don't think it's likely this issue will linger, but just in case we don't want to forget it).

webchick’s picture

Status: Reviewed & tested by the community » Fixed

I agree with Damien that I can't think of a useful test for this. So...

Committed and pushed to 8.x. Thanks! And nice catch!

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