| Index: lib/requestBlocker.js | 
| diff --git a/lib/requestBlocker.js b/lib/requestBlocker.js | 
| index 1fdace59cf4d02b8d53c5536eaba7b1c9e90b644..381e280d165248e7b057186d34d93f231bccf953 100644 | 
| --- a/lib/requestBlocker.js | 
| +++ b/lib/requestBlocker.js | 
| @@ -67,10 +67,10 @@ exports.filterTypes = new Set(function*() | 
| // lacking support to block this kind of a request. | 
| yield "WEBRTC"; | 
|  | 
| -  // POPUP and ELEMHIDE filters aren't blocked on the request level but by other | 
| -  // means. They don't have a corresponding value in webRequest.ResourceType. | 
| +  // POPUP, CSP and ELEMHIDE filters aren't mapped to resource types. | 
| yield "POPUP"; | 
| yield "ELEMHIDE"; | 
| +  yield "CSP"; | 
| }()); | 
|  | 
| function onBeforeRequestAsync(page, url, type, docDomain, | 
|  |