зеркало из https://github.com/github/u2f-api.git
Коммит
738fcfd201
|
@ -11,7 +11,8 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
(function (){
|
(function (){
|
||||||
if ('u2f' in window || !('chrome' in window)) {
|
var isChrome = 'chrome' in window && !window.navigator.userAgent.includes('Edge');
|
||||||
|
if ('u2f' in window || !isChrome) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче