mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Removed debugging statement
This commit is contained in:
parent
9d7c801c2b
commit
fb31545604
1 changed files with 1 additions and 1 deletions
|
@ -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: *";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue