Problem/Motivation

We would like to have the possibility to mark some urls for which the query parameters should be ignored and a wildcard url/path is entered instead of the full path.

Proposed resolution

Add possibility to add a greylist, similar to the blacklist for this purpose.

Remaining tasks

Provide patch.

User interface changes

No user interface changes planned. Graylist will be available via config only for now.

Data model changes

A new config key will be added. Planned name: ignore_query_list, analogue to blacklist key.

Not directly related, but to have a working solution, this patch https://www.drupal.org/project/purge_queuer_url/issues/3224891 needs to be applied as well.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

eyilmaz created an issue. See original summary.

eyilmaz’s picture

Assigned: eyilmaz » Unassigned
Status: Active » Needs review

Merge request opened.

kolin’s picture

Status: Needs review » Reviewed & tested by the community

I've tested this and it works as expected.