mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1225715: Follow-up: Ignore unknown permissions and top-level manifest keys. r=me
This commit is contained in:
parent
6c8a453365
commit
c4c3f5975b
@ -99,7 +99,12 @@
|
||||
|
||||
"permissions": {
|
||||
"type": "array",
|
||||
"items": { "$ref": "Permission" },
|
||||
"items": {
|
||||
"choices": [
|
||||
{ "$ref": "Permission" },
|
||||
{ "type": "string" }
|
||||
]
|
||||
},
|
||||
"optional": true
|
||||
},
|
||||
|
||||
@ -108,6 +113,10 @@
|
||||
"items": { "type": "string" },
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
|
||||
"additionalProperties": {
|
||||
"type": "any"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user