You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Fix#6997.
Note: this works around the issue of websocket requests being associated with tabId -1, which seems wrong and is why websocket URLs do not show up in the Bravery Panel stats.
Auditors: @bridiver
Test Plan: covered by automated test
related: #6831 #6843
currently ads may be able to bypass Brave's builtin blocking by being excluded from webRequest interception. i suspect websockets is the major one, based on https://bugs.chromium.org/p/chromium/issues/detail?id=129353.
we should also ignore https://cs.chromium.org/chromium/src/extensions/browser/api/web_request/web_request_permissions.cc?sq=package:chromium&dr=C&l=46 for the Brave extension
The text was updated successfully, but these errors were encountered: