mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
fix #3260
This commit is contained in:
parent
71e8983a5f
commit
75659a3154
1 changed files with 1 additions and 1 deletions
|
|
@ -667,7 +667,7 @@ PageStore.prototype.collapsibleResources = {
|
|||
/******************************************************************************/
|
||||
|
||||
PageStore.prototype.filterCSPReport = function(context) {
|
||||
if ( µb.hnSwitches.evaluateZ('no-csp-reports', context.rootHostname) !== false ) {
|
||||
if ( µb.hnSwitches.evaluateZ('no-csp-reports', context.requestHostname) ) {
|
||||
if ( µb.logger.isEnabled() ) {
|
||||
this.logData = µb.hnSwitches.toLogData();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue