- 🇨🇭Switzerland Lukas von Blarer
In my case I need exact matches. I want to blacklist
node_list
, but that would also matchnode_list:article
, which is not what I want. - 🇨🇭Switzerland Lukas von Blarer
This one only checks for exact matches. But I didn't fix anything else. So just ignore this patch in case you don't need that.
- 🇨🇭Switzerland Lukas von Blarer
Oh, I just realized that using prefixes is the way the blacklist of
purge_queuer_coretags
works already. I don't think that that is optimal, since that gives us less flexibility, but I guess that's is another issue. Please ignore the patch in #13. - Status changed to Needs review
9 months ago 7:43pm 5 March 2024 - last update
9 months ago 609 pass, 2 fail The last submitted patch, 12: purge-tagsheaders-blacklist-2977563-12.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- last update
6 months ago 609 pass, 2 fail - 🇮🇳India shree.yesare
Updated patch #12 with missing TagsHeadersConfigForm.php
The last submitted patch, 17: purge-tagsheaders-blacklist-2977563-16.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- 🇺🇸United States firewaller
This is great! Some suggestions to make it more viable:
- Add an "Invert" checkbox to deny/allow the listed cache tags dynamically
- Add URL groups to deny/allow cache tags for specific pages
- Use wildcard character instead of "contains" functionality for more granular control