1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00

Removed debugging statement

This commit is contained in:
kkapsner 2018-09-05 17:02:36 +02:00
parent 9d7c801c2b
commit fb31545604

View File

@ -41,7 +41,7 @@
}
scope.init = function(){
function listener(details){console.log("listener");
function listener(details)
const headers = details.responseHeaders;
if (settings.blockDataURLs){
const cspMatch = (blockBlob? "": "blob: ") + "filesystem: *";