- Issue created by @szato
- Merge request !27Issue #3527298 by szato: Fix Empty Cache Tag Blacklist data. → (Open) created by szato
Empty Cache Tag Blacklist is saved as valid value with ''. Because of that
Save empty value at admin/config/services/cloudflare/purger page and save the form. All cache tags will gone, an empty cache_tag will send in the header.
The saved value will be:
edge_cache_tag_header_blacklist:
- ''
Should be:
edge_cache_tag_header_blacklist: { }
Fix data saving.
Active
2.0
Code