mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Proper screen api whitelisting
This commit is contained in:
parent
bf757a5431
commit
8e414becf0
2 changed files with 8 additions and 2 deletions
|
@ -62,6 +62,12 @@
|
|||
whitelistValue: false,
|
||||
protectedValue: true
|
||||
},
|
||||
{
|
||||
title: extension.getTranslation("section_screen-api"),
|
||||
name: "protectScreen",
|
||||
whitelistValue: false,
|
||||
protectedValue: true
|
||||
},
|
||||
];
|
||||
|
||||
settings.onloaded(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue