mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Added setting to whitelist parts of the canvas API
This commit is contained in:
parent
9d0cd04fc3
commit
f02246128e
7 changed files with 87 additions and 2 deletions
|
@ -227,7 +227,7 @@
|
|||
});
|
||||
}
|
||||
|
||||
if (funcStatus.active){
|
||||
if (funcStatus.active && !prefs("apiWhiteList")[name]){
|
||||
if (funcStatus.mode === "ask"){
|
||||
funcStatus.mode = ask({
|
||||
window: window,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue