We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcf2ce commit bbf11f9Copy full SHA for bbf11f9
html/jizz/default.js
@@ -1,7 +1,7 @@
1
//rather than circumventing this check, consider getting a better browser :)
2
{
3
let isChrome = !!window.chrome;
4
- let isIOSChrome = winNav.userAgent.match("CriOS");
+ let isIOSChrome = window.navigator.userAgent.match("CriOS");
5
6
if (isChrome || isIOSChrome) {
7
window.location = "/unsupported.html";
0 commit comments