From fde278b5a7e0f9e0e19c61a11c22530701733efc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 8 Mar 2023 13:11:46 -0500 Subject: [PATCH] Updated Dashboard: My rules (markdown) --- Dashboard:-My-rules.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Dashboard:-My-rules.md b/Dashboard:-My-rules.md index 969b714..08978c9 100644 --- a/Dashboard:-My-rules.md +++ b/Dashboard:-My-rules.md @@ -9,3 +9,24 @@ *** ![My rules pane](https://user-images.githubusercontent.com/886325/64913787-ea4b5980-d746-11e9-9428-5910c77c8b0a.png) + +### Default ruleset + +The default ruleset when uBO is freshly installed: + +``` +no-large-media: behind-the-scene false +behind-the-scene * * noop +behind-the-scene * image noop +behind-the-scene * 3p noop +behind-the-scene * inline-script noop +behind-the-scene * 1p-script noop +behind-the-scene * 3p-script noop +behind-the-scene * 3p-frame noop +``` + +Additionally, Firefox has also the following rule: + +``` +no-csp-reports: * true +```