RESOLVED DUPLICATE of bug 222130 235015
Bug in matching domains for hasBrokenEncryptedMediaAPISupportQuirk
https://bugs.webkit.org/show_bug.cgi?id=235015
Summary Bug in matching domains for hasBrokenEncryptedMediaAPISupportQuirk
Christian Klein
Reported 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`
Attachments
Adding dot to check for hulu.com subdomain (533 bytes, patch)
2022-01-09 06:51 PST, Christian Klein
no flags
Christian Klein
Comment 1 2022-01-09 06:51:14 PST
Created attachment 448700 [details] Adding dot to check for hulu.com subdomain
Alexey Proskuryakov
Comment 2 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.
Eric Carlson
Comment 3 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 ***
Note You need to log in before you can comment on or make changes to this bug.