Skip to content

Commit

Permalink
Mark Baidu browser as dead (#688)
Browse files Browse the repository at this point in the history
* Mark Baidu browser as dead

Baidu browser was deprecated in April 2019 (36 months ago)

* Fix patch
  • Loading branch information
igorlukanin committed Apr 24, 2022
1 parent cf8a51c commit dc48cfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -1175,6 +1175,7 @@ var QUERIES = [
regexp: /^dead$/i,
select: function (context) {
var dead = [
'Baidu >= 0',
'ie <= 10',
'ie_mob <= 11',
'bb <= 10',
Expand Down

0 comments on commit dc48cfe

Please sign in to comment.