Rick Viscomi
Rick Viscomi
Pull requests encouraged
Happy to review this year :)
@tunetheweb just to clarify, I actually _prefer_ the closing parenthesis to be on its own line. What I said in https://github.com/HTTPArchive/almanac.httparchive.org/pull/3364#issuecomment-1474346015 was I wasn't (and still am not) a fan...
Hi @MattMartin1919 thanks for raising this. We spent a lot of time thinking about this problem when Wappalyzer shut down their public repo last year and collected our thoughts in...
The Fbits detection is in this file: https://github.com/HTTPArchive/wappalyzer/blob/main/src/technologies/f.json#L449-L458 Is the `fbits` JavaScript variable still the best way to detect Wake?
> Sorry for my unknowledge, but what the "cats:6" means? Category 6 is Ecommerce, so given that this is a rename I assume that doesn't change. > Rick, can we...
Yeah you'll need to fork the repository and submit a pull request to make any direct changes. I do have some reservations about the `wake` JS variable detection. That might...
From a quick test of loading the sample pages, it looks like the `X-Powered-By` header is only present 9/14 times and the `wake` JavaScript variable is _never_ set. Does that...
It's not consistently used, and it doesn't add any coverage missed by the `X-Powered-By` header Site | X-Powered-By: Wake | `wake` | `Fbits` -- | -- | -- | --...
Would a custom metric mapping tag names to protocols get you what you're looking for? Any interest in writing the script for that?