index: disable acrcard conditionally

This is fairly weird - it looks the same as on all the other versions,
but seems to fail on 3.x. Since facebooklogin is working here perfectly
fine already, we can just drop that entrypoint there.
pull/25/head
Piotr Dobrowolski 2022-01-15 01:26:57 +01:00
rodzic 70743f2956
commit 2c3dc827e1
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -186,7 +186,8 @@
params: { server: url.replace('http://', '').replace('https://', '') + "#" },
},
"com.webos.app.acrcard": {
priority: 2000,
// acrcard is broken on 3.x? worth debugging.
priority: (navigator.userAgent.indexOf("Chrome/38.0") !== -1) ? -1000 : 2000,
params: { contentTarget: url },
},
"com.webos.app.alibaba": {