Add FAQ about ads not blocked

This commit is contained in:
csagan5 2022-03-29 15:54:08 +02:00
parent 3ac3be9b5e
commit 7b8130f61e
2 changed files with 7 additions and 0 deletions

View file

@ -21,6 +21,8 @@ body:
required: true required: true
- label: "I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue." - label: "I have searched the existing issues for my problem. This is a new ticket, NOT a duplicate or related to another open issue."
required: true required: true
- label: "I have read the [FAQs](https://github.com/bromite/bromite/blob/master/FAQ.md)."
required: true
- label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version." - label: "I have updated Bromite to the latest version. The bug is reproducible on this latest version."
required: true required: true

5
FAQ.md
View file

@ -86,3 +86,8 @@ Bromite does not make any choice related to default search engines, the Chromium
Various Android browsers get some fee to ship their apps with a specific default search engine, Bromite does not get any fee from anyone. Various Android browsers get some fee to ship their apps with a specific default search engine, Bromite does not get any fee from anyone.
Changing the default search engine would lead to an endless series of requests to change it based on personal preferences, thus no change is made to the default. Changing the default search engine would lead to an endless series of requests to change it based on personal preferences, thus no change is made to the default.
See also: https://github.com/bromite/bromite/wiki/SearchEngines See also: https://github.com/bromite/bromite/wiki/SearchEngines
## Some sites show ads, how can I fix this?
You can compare the blocked URLs with a desktop browser and Bromite (using [remote debugging](https://developer.chrome.com/docs/devtools/remote-debugging/)) and figure out some new filter rules to be added.
If the ads are blocked via cosmetic filtering then blocking them is not possible with Bromite's engine and you might need something like an [user script](https://github.com/bromite/bromite/wiki/UserScripts) instead.
See also: https://github.com/bromite/bromite/wiki/AdBlocking