UC Mini should be blacklisted
[lhc/web/wiklou.git] / resources / src / startup.js
index 61d06b6..5e05590 100644 (file)
@@ -65,7 +65,9 @@ function isCompatible( str ) {
                // support in the modern run-time.
                && !(
                        ua.match( /webOS\/1\.[0-4]|SymbianOS|Series60|NetFront|Opera Mini|S40OviBrowser|MeeGo|Android.+Glass/ ) ||
-                       ua.match( /PlayStation/i )
+                       ua.match( /PlayStation/i ) ||
+                       // UC Mini (speed mode on)
+                       ua.match( /^Mozilla\/5\.0 .+ Gecko\/$/ )
                )
        );
 }