The Cache-Tag
header is currently limited to 255 bytes:
https://git.drupalcode.org/project/cloudflare/-/blob/9aa28e567aa9124e985...
Upon further investigation, it looks like this limit is not used and every header value is hashed
@todo Remove this wrapper once CloudFlare supports 16k headers.
https://git.drupalcode.org/project/cloudflare/-/blob/9aa28e567aa9124e985...
Cloudflare now allows headers up to 16KB
Individual tags donβt have a maximum length, but the aggregate Cache-Tag HTTP header cannot exceed 16 KB after the header field name, which is approximately 1000 unique tags. Length includes whitespace and commas, but not the header field name.
https://support.cloudflare.com/hc/en-us/articles/200169246-Purging-cache...
N/A
Remove the unused limit
parameter and the header minification.
None
Most response headers will be the actual tags
N/A
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.