You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed many occasions where frameworks fail to be detected by their HTTP Response headers in Chromesniffer. It appears that while the response header values are converted to lower case before they are compared against the knownHeaders object in background.js, the key names are not converted.
This is resulting in frameworks which issue server responses with X-Powered-By headers instead of x-powered-by headers, not being detected. Would you merge a PR that iterates through the response headers and converts all key names to lower case? Thanks!
The text was updated successfully, but these errors were encountered:
I have noticed many occasions where frameworks fail to be detected by their HTTP Response headers in Chromesniffer. It appears that while the response header values are converted to lower case before they are compared against the
knownHeaders
object inbackground.js
, the key names are not converted.This is resulting in frameworks which issue server responses with
X-Powered-By
headers instead ofx-powered-by
headers, not being detected. Would you merge a PR that iterates through the response headers and converts all key names to lower case? Thanks!The text was updated successfully, but these errors were encountered: