mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +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"]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user