mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Added navigator protection
This commit is contained in:
parent
479ee74903
commit
e56df7160f
23 changed files with 711 additions and 1 deletions
|
@ -486,6 +486,28 @@
|
|||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
},
|
||||
"Navigator-API",
|
||||
{
|
||||
"name": "protectNavigator"
|
||||
},
|
||||
{
|
||||
"name": "protectedAPIFeatures",
|
||||
"displayedSection": "Navigator-API",
|
||||
"displayDependencies": [
|
||||
{
|
||||
"protectNavigator": [true],
|
||||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "openNavigatorSettings",
|
||||
"displayDependencies": [
|
||||
{
|
||||
"protectNavigator": [true]
|
||||
}
|
||||
]
|
||||
},
|
||||
"misc",
|
||||
{
|
||||
"name": "theme"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue