mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-04-18 08:08:28 +02:00
Fix dataUrls.js
This commit is contained in:
parent
360c4628ce
commit
e0729480fb
@ -41,7 +41,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
scope.init = function(){
|
scope.init = function(){
|
||||||
function listener(details)
|
function listener(details){
|
||||||
const headers = details.responseHeaders;
|
const headers = details.responseHeaders;
|
||||||
if (settings.blockDataURLs){
|
if (settings.blockDataURLs){
|
||||||
const cspMatch = (blockBlob? "": "blob: ") + "filesystem: *";
|
const cspMatch = (blockBlob? "": "blob: ") + "filesystem: *";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user