Paul B. Gallagher wrote on 19/07/2016 00:59:
Ray_Net wrote:

So the best default User agent string could be:
: Mozilla/5.0 (Windows NT 6.1; rv:41.0) Gecko/20100101 SeaMonkey/2.38
same as Firefox/41.0

then it will be recognized as FF by the bad sniffing method and
recognized as SM by everybody.

You're thinking like a human being, silly!

Some sniffers reject a UA string that contains "SeaMonkey" even if it also contains "Firefox." That's why the solution in this thread worked -- because Chase's sniffer is that stupid. You have to pretend to be Firefox AND pretend not to be SeaMonkey.

I just thinked that the sniffer will only use the last "word" which is in this case "Firefox/41.0" instead of in the normal UAstring the last "word" is "SeaMonkey/2.38"

So could be better to have the default string this:
Mozilla/5.0 (Windows NT 6.1; rv:41.0) Gecko/20100101 SeaMonkey/2.38 same as Firefox/41.0
instead of this:
Mozilla/5.0 (Windows NT 6.1; rv:41.0) Gecko/20100101 Firefox/41.0 SeaMonkey/2.38

Is my idea a bad idea ?
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to