wagi
wagi copied to clipboard
Do we need to block any response headers?
Right now, we pass any extraneous HTTP headers set by the module. Are there headers that we should block for security or performance reasons?
If there are such headers, would it be more appropriate to just log it?
The spec left open the possibility that we could actually block a header if it was a security or performance problem. But so far I haven't found any. So, yeah, we could just log any mystery headers until we find one that is actually a Bad Thing.