DescriptionIssue 5464 - Ignore and whitelist WebRTC if not supported
If a filter covers all three of WebSocket, WebRTC, and at least one HTTP content type (e.g. a filter like just "foo"), we generate a rule with a generic URL scheme pattern, like "^[^:]+:(//)?". But since WebRTC is still not supported in the safari bookmark's version of core, we end up generating two rules in Safari for such a filter, one for "^wss?://" and one for "^https?://". If WebRTC is not supported, we need to ignore WebRTC.
Also since we'll be generating a generic URL scheme pattern that covers WebRTC anyway, we need to whitelist WebRTC so no WebRTC URLs are inadvertently blocked.
Patch Set 1 #Patch Set 2 : Add comment #Patch Set 3 : Fix bug #MessagesTotal messages: 11
|