1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 04:26:35 +02:00

Converted apiWhiteList to protectedAPIFeatures

For #247
This commit is contained in:
kkapsner 2018-09-07 23:52:29 +02:00
parent 2138467fd3
commit fa92c15dab
7 changed files with 32 additions and 17 deletions

View file

@ -234,7 +234,7 @@
});
}
if (funcStatus.active && !prefs("apiWhiteList")[name]){
if (funcStatus.active && prefs("protectedAPIFeatures")[name]){
if (funcStatus.mode === "ask"){
funcStatus.mode = ask({
window: window,