purge_uncacheable_tagsheaders
13 sites
No security coverage
By default the request event listener of the purge module will only add tags headers to cacheable responses. This module adds the tags headers from purge plugins to uncacheable requests as well.
This can be useful if the caching decision is handled (or overridden) in an upstream shared cache. Other use cases include graphql requests that use a POST method and thus are not cacheable by Drupal.