Feature #497
openAdd filter list options to filter by resource request type in Privacy WebView
0%
Description
Grant users ability to manage and filter different types of network requests (XHR,Image,CSS,WS,Script,Inline-Script,Inline Font,Font,Beacon,CORS Manifest,etc...) on a per-subdomain (not only domain) basis with uBlock Origin-style dynamic and static rule system, and allow use cosmetic filtering to e.g. remove unwanted dialogs, etc.
Updated by privacybrowser user over 5 years ago
The current simple 3rd party requests on/off is great, but a bit blunt. Being able to specify exactly which requests to allow and not to allow would be very useful to be able to do on a per-tab, per (sub)domain basis either temporarily or permanently.
Updated by Soren Stoutner over 5 years ago
- Subject changed from uBlock Origin-Style WebRequest and Cosmetic Filtering to Add blocklist options to filter by request type
- Assignee set to Soren Stoutner
- Priority changed from 3.x to 4.x
https://redmine.stoutner.com/issues/180 and https://redmine.stoutner.com/issues/181 will allow users to create any blocklist they like using the existing functionality described at https://www.stoutner.com/privacy-browser/blocklists/.
Cosmetic filtering is an existing feature request at https://redmine.stoutner.com/issues/442.
Filtering by request type could become possible in the 4.x series. However, it might require more invasive changes to Privacy WebView than I would like to make (because it could significantly increase the complexity of rebasing the modifications every time a new version of Webview is realeased). However, I will leave this feature request open and look at it more closely when we get to that point.
Updated by Soren Stoutner about 1 year ago
Filtering by these types is already exposed in Qt WebEngine. As I have become more familiar with the Chromium codebase, I think this would be easier than I initially anticipated, so I would expect to be able to implement it with Privacy WebView in the 4.x series.
Updated by Soren Stoutner 6 months ago
- Subject changed from Add blocklist options to filter by request type to Add filter list options to filter by resource request type in Privacy WebView
Updated by Soren Stoutner 6 months ago
There is some more information about this in Feature #1081: Expose detailed resource request types in Privacy WebView, which was closed as a duplicate.