| Index: lib/requestBlocker.js |
| =================================================================== |
| --- a/lib/requestBlocker.js |
| +++ b/lib/requestBlocker.js |
| @@ -68,16 +68,17 @@ |
| // WEBRTC gets addressed through a workaround, even if the webRequest API is |
| // lacking support to block this kind of a request. |
| yield "WEBRTC"; |
| // POPUP, CSP and ELEMHIDE filters aren't mapped to resource types. |
| yield "POPUP"; |
| yield "ELEMHIDE"; |
| + yield "SNIPPET"; |
| yield "CSP"; |
| }()); |
| function getDocumentInfo(page, frame, originUrl) |
| { |
| return [ |
| extractHostFromFrame(frame, originUrl), |
| getKey(page, frame, originUrl), |