mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Fix dataUrls.js
This commit is contained in:
parent
360c4628ce
commit
e0729480fb
@ -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: *";
|
||||
|
Loading…
x
Reference in New Issue
Block a user