Skip to content

Commit

Permalink
Limiting number to 80-144; addressing #81
Browse files Browse the repository at this point in the history
  • Loading branch information
neroux committed Nov 11, 2018
1 parent ca7c879 commit 3bd9b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/js/UAGenerator.js
Expand Up @@ -87,7 +87,7 @@ var UAGenerator = function() {
},
applewebkit: ['AppleWebKit/(60[1-5]\\.[1-7]\\.[1-8])', 'AppleWebKit/(53[5-8]\\.[1-2][0-9]\\.[1-3][0-9])'],
browsers_versions: {
chrome: ['(68\\.0\\.3440|69\\.0\\.3497|70\\.0\\.3538|71\\.0\\.3578|72\\.0\\.3590)\\.[1-9]{1,3}'],
chrome: ['(68\\.0\\.3440|69\\.0\\.3497|70\\.0\\.3538|71\\.0\\.3578|72\\.0\\.3590)\\.(?:[8-9]\d|1[0-4]{2})'],
safari: ['1[01]\\.[0-1]\\.[1-5]'],
firefox: ['6[0-5]\\.0'],
opera: ['4[4-6]\\.0\\.2[1-3][0-9][0-9]\\.([1-2]|)[1-9][0-9]'],
Expand Down

0 comments on commit 3bd9b8d

Please sign in to comment.