1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-05 12:57:50 +02:00

Fix dataUrls.js

This commit is contained in:
kkapsner 2018-09-06 08:38:22 +02:00
parent 360c4628ce
commit e0729480fb

View File

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