mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 18:42:00 +01:00
Inject CSP only in the relevant requests.
Prevents detection of CB.
This commit is contained in:
parent
92da6fc809
commit
7bfd300f6a
@ -33,7 +33,8 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
urls: ["<all_urls>"]
|
urls: ["<all_urls>"],
|
||||||
|
types: ["main_frame", "sub_frame", "object"]
|
||||||
},
|
},
|
||||||
["blocking", "responseHeaders"]
|
["blocking", "responseHeaders"]
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user