Skip to content

Commit

Permalink
Not chrome or firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
cinyecai committed Nov 5, 2024
1 parent e09a5af commit 171572f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/outdated-browser-message.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import outdatedBrowserRework from 'outdated-browser-rework';
outdatedBrowserRework({
browserSupport: {
Chrome: 67, // Includes Chrome for mobile devices
Edge: 40,
Edge: false,
Safari: false,
'Mobile Safari': 10,
Opera: 54,
'Mobile Safari': false,
Opera: false,
Firefox: 60,
Vivaldi: 1,
Vivaldi: false,
IE: false,
},
isUnknownBrowserOK: true,
Expand Down

0 comments on commit 171572f

Please sign in to comment.