Closed HADB closed 3 months ago
Hi!
I'm deploying my site using the Cloudflare Pages Free Plan, which allows a maximum of 100 header rules in the _headers file.
_headers
Setting X-Robots-Tag to all routeRules will make _headers file exceed the limit and will ignore other necessary headers.
X-Robots-Tag
It will be better to have an option to disable setting headers like metaTag does for meta tag.
metaTag
Agreed! Contributions welcome otherwise will jump on it when I have a chance.
Hi!
I'm deploying my site using the Cloudflare Pages Free Plan, which allows a maximum of 100 header rules in the
_headers
file.Setting
X-Robots-Tag
to all routeRules will make_headers
file exceed the limit and will ignore other necessary headers.It will be better to have an option to disable setting headers like
metaTag
does for meta tag.