hello. my security team is asking if we can remove headers which could be used in fingerprinting our site.
specifically, we want to remove:
x-vercel-id
x-vercel-cache
Server
content-length
I presume I could strip these headers via middleware, but before I even try I thought I should ask if doing so would have negative consequences?
I understand that info about the technology being used or that Vercel is the host can be determined easily with other means, but it could help prevent one or more attackers who are not dilligent past investigating request headers.