mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
fix #3260
This commit is contained in:
parent
71e8983a5f
commit
75659a3154
@ -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 New Issue
Block a user