We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7808f7d commit e9250dcCopy full SHA for e9250dc
scripts/background/background.js
@@ -88,7 +88,7 @@ function init() {
88
*/
89
function manageRequest(request) {
90
// Only run if filtering is enabled
91
- if(!backloader.enabled) return;
+ if(!backloader.enabled || !filterList) return;
92
93
for(var r = 0; r < filterList.length; r++) {
94
if(!filterList[r].isEnabled) continue;
0 commit comments