diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a612f17b..f8c7ea65 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,6 +21,8 @@ body: 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." 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." required: true diff --git a/FAQ.md b/FAQ.md index adf96caf..7c7f49de 100644 --- a/FAQ.md +++ b/FAQ.md @@ -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. 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 + +## 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