[Webkit-unassigned] [Bug 207543] WKContentRuleList rules does not allow you to block ThirdParty cookies

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 19 16:45:35 PDT 2020


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Alex Christensen <achristensen at apple.com> ---
As documented in https://developer.apple.com/documentation/safariservices/creating_a_content_blocker you need to make at least two changes:
"load-type": "thirdparty"
needs to be changed to 
"load-type": ["third-party"]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200319/bfa8656f/attachment.htm>


More information about the webkit-unassigned mailing list