1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-05-29 09:28:06 +02:00

Inject CSP only in the relevant requests.

Prevents detection of CB.
This commit is contained in:
kkapsner 2018-07-21 19:34:24 +02:00
parent 92da6fc809
commit 7bfd300f6a

View File

@ -33,7 +33,8 @@
};
},
{
urls: ["<all_urls>"]
urls: ["<all_urls>"],
types: ["main_frame", "sub_frame", "object"]
},
["blocking", "responseHeaders"]
);