The one place for your designs
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.
https://gitlab.com/minds/front/blob/master/src/index.php#L49
<script>
var ua = window.navigator.userAgent;
if(ua.indexOf("MSIE") > -1 ||
(ua.indexOf("Android 4.3") > -1 && !(ua.indexOf('Chrome') > -1)) //android 4.3, but not chrome browser
){
window.location.href = window.location.href.replace('<?= Minds\Core\Config::_()->get('site_url') ?>', 'https://www.minds.com/not-supported');
}
</script>
https://www.minds.com/not-supported links nowhere. This is redundant code, we should either make a simple page or remove it.
We want to be sure it is you, please confirm you are not a robot.
added Priority::3 - Nice to have Product::Platform Type::Bug scoped labels
Upload and view the latest designs for this issue. Consistent and easy to find, so everyone is up to date.