From 162fdb0a5cc78d7411bc6807af79a0ff1c1c4ca9 Mon Sep 17 00:00:00 2001 From: curiosity-seeker Date: Fri, 25 May 2018 10:37:04 +0000 Subject: [PATCH] Updated Per site switches (markdown) --- Per-site-switches.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Per-site-switches.md b/Per-site-switches.md index 780d82c..ff3d99b 100644 --- a/Per-site-switches.md +++ b/Per-site-switches.md @@ -99,4 +99,12 @@ Because of security and privacy concerns, many prefer to block all web fonts by no-remote-fonts: * true -This will block all web fonts everywhere by default, and in this case you can toggle off the switch to allow web fonts on a per-site basis. \ No newline at end of file +This will block all web fonts everywhere by default, and in this case you can toggle off the switch to allow web fonts on a per-site basis. + +Keep in mind, though, that this rule blocks **all** first-party and third-party fonts. As a lighter alternative you can also choose to allow first-party fonts and block _only_ third-party fonts by adding the filter + +`*$font,third-party` + +to the _"My filters"_ pane. If you want to allow third-party fonts for some specific sites you can add them by modifying the above filter: + +`*$font,third-party,domain=~example1.com|~example2.net|~example3.org` \ No newline at end of file