Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

"Bad robots" rule blocks all Java applets on Windows XP machines #16

Closed
xformerfhs opened this issue Feb 18, 2013 · 1 comment
Closed

Comments

@xformerfhs
Copy link

The "bad robots" rule (id 990012) contains a line that blocks all traffic with an user agent containing the string "Windows XP 5". However, each and every Java applet that runs on a Windows XP machine has a user agent string that looks like this: "User-Agent: Mozilla/4.0 (Windows XP 5.1) Java/1.7.0_13".

That means that this rule kicks out everyone connecting with a Java applet from a Windows XP machine. This is surely not the correct behaviour, so the rule should be fixed to either not block user agent string that contain "Windows XP" or, that it only blocks traffic where the user agent string contains exactly "Windows XP 5". I.e. not with a "." following it.

@rcbarnett-zz
Copy link
Contributor

Updated v2.2.8 to remove this signature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants