Bug 235015 - Bug in matching domains for hasBrokenEncryptedMediaAPISupportQuirk
Summary: Bug in matching domains for hasBrokenEncryptedMediaAPISupportQuirk
Status: RESOLVED DUPLICATE of bug 222130
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-09 06:26 PST by Christian Klein
Modified: 2022-01-10 10:01 PST (History)
2 users (show)

See Also:


Attachments
Adding dot to check for hulu.com subdomain (533 bytes, patch)
2022-01-09 06:51 PST, Christian Klein
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Klein 2022-01-09 06:26:37 PST
A missing dot in https://github.com/WebKit/WebKit/blob/6850f836d2f6e440cdeeb472778c233785774bf3/Source/WebCore/page/Quirks.cpp#L189 makes all domains ending in "hulu.com". All other domains are matched with the dot, like `.youtube.com`
Comment 1 Christian Klein 2022-01-09 06:51:14 PST
Created attachment 448700 [details]
Adding dot to check for hulu.com subdomain
Comment 2 Alexey Proskuryakov 2022-01-10 09:26:26 PST
Previously reported in bug 222130. I hesitate to dupe in either direction, as this bug has a patch, and the old one talks about an additional issue with vimeo.com.
Comment 3 Eric Carlson 2022-01-10 10:01:34 PST
Thanks for the report and patch Christian.

Lets dup this to bug 222130 because in addition to being older it also, as Alexey notes, reports a similar bug in another quirk.

*** This bug has been marked as a duplicate of bug 222130 ***