✨ Customizable allowed origins
This commit is contained in:
@ -7679,6 +7679,17 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"allowedOrigins": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Settings"
|
||||
|
Reference in New Issue
Block a user