-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix InAuth in entities #46
Conversation
To confirm that these domains are definitely not a generic CDN you can see how the only files served up from there are the JS files called SELECT url
FROM `httparchive.summary_requests.2018_09_01_desktop`requests
WHERE req_host = 'www.cdn-net.com' and method = 'GET'
GROUP BY url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for this contribution @csabapalfi!!
data/entities.json5
Outdated
"categories": ["utility"], | ||
"homepage": "https://www.inauth.com/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Anything we can link to for posterity that shows InAuth's connection to this domain? (WHOIS, article, existing site source, docs, github search, anything works :) )
The owner of the domain is fairly obscured 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah you predicted my question all ready! Would you be willing to throw a screenshot of those query results on this PR and we'll call it a day? :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha, just commented the same thing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM!
looks like there are still a few rebase issues for some reason though
@patrickhulce Thanks for the quick review! Fixed the problem introduced during conflict resolution. |
Fix InAuth to entities.
Most sites use their product called InAuth Inbrowser. It's a browser fingerprinting solution so I added it as a
"utility"
.