user-agents icon indicating copy to clipboard operation
user-agents copied to clipboard

Extra quotes in userAgent strings

Open uvlad7 opened this issue 2 years ago • 0 comments

I've implemented a ruby library that uses the user-agents.json.gz and found that sometimes there is an extra quote(s) in userAgent, like this: "userAgent": "\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36", or this: "userAgent": "\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36\"",

uvlad7 avatar Aug 10 '21 12:08 uvlad7