From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:20:47 +0000 (-0400) Subject: Make strict clearer. Fixes #1307. X-Git-Tag: v7.11~5 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/9e8cb2eb52174f9d607268d6b84f37577a615926?ds=sidebyside Make strict clearer. Fixes #1307. --- diff --git a/docs/index.md b/docs/index.md index a7a4348..9ad7e8e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3260,7 +3260,7 @@ If `SuspectedFingerprinting` is set to true, Firefox reduces the amount of infor `Exceptions` are origins for which tracking protection is not enabled. -`Category` can be either ```strict``` or ```standard```. If category is set, it overrides all other settings except `Exceptions` and the user cannot change the category. (Firefox 142, Firefox ESR 140.2) +`Category` can be either ```strict``` or ```standard```. If category is set, it overrides all other settings except `Exceptions`, `BaselineExceptions` and `ConvenienceExceptions`, and the user cannot change the category. (Firefox 142, Firefox ESR 140.2) IF `BaselineExceptions` is true, Firefox will automatically apply exceptions required to avoid major website breakage. (Firefox 145)