From cdb835215e795bc918d73313add6df445a2f34dc Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 19 Oct 2017 10:01:28 -0400 Subject: [PATCH] Updated Dashboard: Settings (markdown) --- Dashboard:-Settings.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Dashboard:-Settings.md b/Dashboard:-Settings.md index ccdc422..786052a 100644 --- a/Dashboard:-Settings.md +++ b/Dashboard:-Settings.md @@ -92,6 +92,16 @@ There is currently no way to easily toggle CSP reporting in either Chromium of F Note that as opposed to all other network requests, behind-the-scene network requests which are actual CSP reports will also be filtered out according to `no-csp-reports` switch. So if you globally disable CSP reporting in uBO, this will also apply to behind-the-scene network requests. +Note that the blocking of CSP reports is implemented as a per-site switch internally in uBO, so this means that an advanced user could create rules in the _My rules_ pane in the dashboard to allow a more granular control of the blocking of CSP reports. For example: + + no-csp-reports: example.com false + +The above rule means CSP reports would not be blocked on `example.com` when CSP reports are blocked globally. The reverse will also work: + + no-csp-reports: example.com true + +The above rule means CSP reports would be blocked on `example.com` when CSP reports are not blocked globally. + *** ## Backup/restore section