WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
290372
Add Quirks for UA on iPad for tiktok.com
https://bugs.webkit.org/show_bug.cgi?id=290372
Summary
Add Quirks for UA on iPad for tiktok.com
Karl Dubost
Reported
2025-03-24 22:17:12 PDT
Currently The tiktok.com platform has a function which triggers an unecessary warning message for any browsers which are not Chrome. It's confusing, as the upload is working on Safari. Firefox is getting the same warning message. function Ge() { return function() { var e = navigator.userAgent.toLowerCase().match(/chrome\/(\d+)./); if (!e) return 0; return Number(e[1]) }() >= 86 } Steps to reproduce: 1. Navigate to TikTok.com 2. Sign in 3. Click on your profile 4. In the menu options to the left, select ‘Upload’ 5. Page loads to unsupported browser message (the video upload is working)
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-03-24 22:17:19 PDT
<
rdar://problem/147808541
>
Karl Dubost
Comment 2
2025-03-24 23:20:13 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/42982
Brent Fulgham
Comment 3
2025-03-25 10:56:38 PDT
This is actually tracked by the following Radar: <
rdar://146977044
>
EWS
Comment 4
2025-04-02 07:41:29 PDT
Committed
293101@main
(6ee99ddf116e): <
https://commits.webkit.org/293101@main
> Reviewed commits have been landed. Closing PR #42982 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug