firefox/policies/README: note WebsiteFilter as not that useful for me

This commit is contained in:
Aminda Suomalainen 2024-05-14 08:49:45 +03:00
parent 7a68117198
commit 7f653b52e3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 23 additions and 0 deletions

View File

@ -19,6 +19,8 @@ per whatever I am doing.
- [Search engines](#search-engines) - [Search engines](#search-engines)
- [Useful looking things for the future](#useful-looking-things-for-the-future) - [Useful looking things for the future](#useful-looking-things-for-the-future)
- [Certificate installations](#certificate-installations) - [Certificate installations](#certificate-installations)
- [Things that look useful, but aren't](#things-that-look-useful-but-arent)
- [WebSiteFilter](#websitefilter)
<!-- END doctoc generated TOC please keep comment here to allow auto update --> <!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -73,3 +75,24 @@ In the `certificates` section
"Install": ["my_certificate_here.pem"] "Install": ["my_certificate_here.pem"]
} }
``` ```
## Things that look useful, but aren't
### WebSiteFilter
```json
{
"policies": {
"WebsiteFilter": {
"Block": ["<all_urls>"],
"Exceptions": ["http://example.org/*"]
}
}
}
```
Ok, nice, but my policy is already forcing AdNauseam which enforces my
blocklist which is more practical.
Granted users can use private browsing mode to get past it, but I am not
blocking actively malicious domains.