mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
734e76180f
commit
640bd36b86
12 changed files with 84 additions and 4 deletions
|
@ -627,6 +627,25 @@
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "SVG-API",
|
||||
settings: [
|
||||
{
|
||||
"name": "protectSVG"
|
||||
},
|
||||
{
|
||||
"name": "protectedAPIFeatures",
|
||||
"replaceKeyPattern": / @ .+$/,
|
||||
"displayedSection": "SVG-API",
|
||||
"displayDependencies": [
|
||||
{
|
||||
"protectSVG": [true],
|
||||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
]
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "TextMetrics-API",
|
||||
settings: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue