mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 11:40:49 +00:00
Better detection
This commit is contained in:
@@ -13,7 +13,7 @@ if (!('fetch' in window)) {
|
||||
}
|
||||
|
||||
// Detect Edge
|
||||
if (navigator.userAgent.indexOf('Edge') != -1) {
|
||||
if (navigator.userAgent.toLowerCase().indexOf('edge') != -1) {
|
||||
alert(
|
||||
'現在、お使いのブラウザ(Microsoft Edge)ではMisskeyは正しく動作しません。' +
|
||||
'サポートしているブラウザ: Google Chrome, Mozilla Firefox, Apple Safari など' +
|
||||
|
||||
Reference in New Issue
Block a user