remotes/1693045480750635534/spooky-22
Aevann1 2022-01-22 18:04:07 +02:00
parent 5c4d310071
commit 311408eede
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def before_request():
if '; wv) ' in ua: g.webview = True
else: g.webview = False
if 'iphone' in ua or 'ipad' in ua or 'ipod' in ua or 'mac os' in ua or ' firefox/': g.seal = True
if 'iphone' in ua or 'ipad' in ua or 'ipod' in ua or 'mac os' in ua or ' firefox/' in ua: g.seal = True
else: g.seal = False