mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Fix dataUrls.js
This commit is contained in:
parent
360c4628ce
commit
e0729480fb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue