Issue #1101
closedadd tracking and privacy filters to the browser directly
0%
Description
This is related to the android browser. I was wondering if you could add a block list to src/com/android/browser/Tab.java to avoid tracking. Please see the attached patch.
I must admit I am not a professional programmer, so apologies if it looks terrible. I adapted it from MIT license code http://git.io/Z0wgnQ (where the list of domains are loaded from XML array from src/res/xml). Perhaps you can make this better!
This block list can also be obtained from disconnect addon blacklist http://git.io/zUuHHA. It is sure that this list may block some websites from loading. There may be a menu item or tickbox added to temporarily bye pass blocking in advanced settings (if needed).
Many thanks for your great work!
Files
Updated by Paul Kocialkowski almost 10 years ago
- Status changed from New to Closed
- Resolution set to wontfix
This looks like a terrible idea, the browser shouldn't decide what content to show or not show, unless the user clearly decided so. There are already ad block proxies that could be used to block such things. In any case, I don't want the default browser to make any volunteer alteration to the content it receives.
Updated by Paul Kocialkowski over 9 years ago
- Target version changed from 21 to Any version