We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cae145 commit 8d6a518Copy full SHA for 8d6a518
src/main/groovy/io/xh/hoist/browser/Utils.groovy
@@ -33,7 +33,7 @@ class Utils {
33
//--------------------
34
private static Map<String, Browser> BROWSER_MATCHERS = [
35
'Island': ISLAND, // Island must come before chrome
36
- 'GoodAccess': GOOD, // Island must come before chrome and safari
+ 'GoodAccess': GOOD, // Good must come before chrome and safari
37
'Firefox': FIREFOX, // Firefox must come before "; rv" to prevent identification as IE
38
'Edge': EDGE, // Desktop Edge
39
'EdgiOS': EDGE, // iOS Edge
0 commit comments