-
Notifications
You must be signed in to change notification settings - Fork 239
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
SRWare Iron Browser not detected #205
Comments
I don't own this project, and I haven't made any contributions to it, but I'm a bit confused by your spam of issues about bots / thin skins over actual browsers not "being detected". Should a skin over Google Chrome be detected as anything other than Google Chrome? My opinion: no. Should a bot be detected by this project? My opinion: no. This project isn’t named "which useragent". It's WhichBrowser. If you want to detect bots, use CrawlerDetect. That eliminates what looks like 99% (maybe 100%) of the issues you've submitted an continue to submit. |
@wyattoday I'm not listing bots, I am listing browsers! This repo should be able to detect various browsers. I fully intend to write the pull requests, for each issue we have opened - when we have finished testing all the browsers against this package! |
Some of the issues have been bots. Some, like this one, have been re-brands of existing browsers. This is Chrome with a different name. And this isn’t like MS Edge browser, where MS has contributed real resource both to the Chromium project and to their own implementation thus making their browser more than just a new name slapped on Chrome. So this is my question: is it worth “detecting” every single person that decides to pull the Chrome or Firefox code, slap a new name and icon on it, and call it a new browser? I think not. But, again, it’s not my call. |
Read the links properly clearly says it's a browser and we are downloading and testing each browser through virustotal in a sand-boxed environment. Please don't complain - when we are doing the admin's work and updating this repo to understand all the browsers for free!
It's just coz you are lazy! Yah we want this repo to detect the most common browsers. So we are putting in the effort and work. |
SRWare Iron is a Chromium-based web browser developed by the German company SRWare. It primarily aims to eliminate usage tracking and other privacy-compromising functionality that the Google Chrome browser includes.
Link: https://www.srware.net/iron/
Link: https://en.wikipedia.org/wiki/SRWare_Iron
Regex:
Two types of UA's:
The word
Iron
is by itself.Expected results:
The word
Iron/25.0.1400.0
has a version number which is same as Chrome version number.Expected results:
The version number should be taken from the chrome, e.g.
Chrome/25.0.1400.0
Example UA's:
The text was updated successfully, but these errors were encountered: