Hi!
Unfortunately a few builds of the Moto G 50 have a user-agent like:
Mozilla/5.0 (Linux; Android 12; moto g (50)5G Build/S1RSS32.38-20-9-1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/106.0.5249.79 Mobile Safari/537.36
(more examples)
This is matched by the rule "rss" in COUNTER_Robots_list.json#L1024.
While I get that this rule targets RSS readers, would it maybe possible to use a more specific regex to avoid false positives?
Maybe rss[^a-z0-9] would work?
Hi!
Unfortunately a few builds of the Moto G 50 have a user-agent like:
Mozilla/5.0 (Linux; Android 12; moto g (50)5G Build/S1RSS32.38-20-9-1; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/106.0.5249.79 Mobile Safari/537.36
(more examples)
This is matched by the rule "rss" in COUNTER_Robots_list.json#L1024.
While I get that this rule targets RSS readers, would it maybe possible to use a more specific regex to avoid false positives?
Maybe
rss[^a-z0-9]would work?