Deprecate the `noEtag` option
Closed this issue · 0 comments
EvanHahn commented
As discussed in #9, noEtag
basically doesn't work. That's because many Express features set an ETag
, even if it's been removed.
We need to:
- When
noEtag
is set, show a deprecation warning. We should do this as we've done in Helmet before. - Remove
noEtag
from the readme, and any references to ETags.