[Webkit-unassigned] [Bug 165104] Blacklist Netflix for TouchBar support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 28 12:38:54 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165104

--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 295516
  --> https://bugs.webkit.org/attachment.cgi?id=295516
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=295516&action=review

> Source/WebCore/html/HTMLMediaElement.cpp:7148
> +    return equalLettersIgnoringASCIICase(host, "www.netflix.com");

This could be a (host isEqualIgnoringCase "netflix.com" || host hasPrefixIgnoringCase ".netflix.com") if you don't want to depend on Netflix's redirect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161128/68314d5a/attachment.html>


More information about the webkit-unassigned mailing list