Bug 492821 - Feature Request: Tell Falkon within its GUI which domains it should block
Summary: Feature Request: Tell Falkon within its GUI which domains it should block
Status: REPORTED
Alias: None
Product: Falkon
Classification: Applications
Component: general (show other bugs)
Version: 24.08.0
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-08 16:09 UTC by Jens
Modified: 2024-09-08 16:33 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens 2024-09-08 16:09:43 UTC
In Firefox and at least the Firefox-fork LibreWolf you can specify which domains should be blocked by FF/LW. 

To achieve this, one needs to specify every single domain in the file policies.json using the following syntax (here some examples):

"WebsiteFilter": {
"Block": [
"*://*google.*/*", "*://*.twitter.com/*", "*://*.facebook.com/*", "*://*.gmail.com/*", "*://*.microsoft.com/*", "*://*.x.com/*", "*://*.office.com/*", "*://*.linkedin.com/*",  "*://*.cloudfare.com/*", "*://*.telegram.org/*", "*://*.apple.com/*", "*://*.tiktok.com/*", "*://*.*.cn/*", "*://*.*.kp/*"
],

If you make at least one single syntax error when defining here domain names in this array, then the respective domains do not get blocked by FF/LW. 

Here you can find the documentation about this kind of configuration (in section "WebsiteFilter"):

https://mozilla.github.io/policy-templates/

How about giving users the chance to quite easily enter the names of domains they want to get blocked by Falkon within the Falkon GUI ?