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.
Issue fork purge_queuer_url-3248407
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
Comment #3
eyilmazMerge request opened.
Comment #4
kolin commentedI've tested this and it works as expected.