feat(core) request_permissions always allow

This commit is contained in:
Dylan Hurd
2026-03-09 10:57:24 -07:00
parent db7e02c739
commit d390b3ae52
27 changed files with 1223 additions and 34 deletions

View File

@@ -3244,7 +3244,8 @@
"PermissionGrantScope": {
"enum": [
"turn",
"session"
"session",
"alwaysAllow"
],
"type": "string"
},
@@ -3381,6 +3382,13 @@
],
"type": "string"
},
{
"description": "User has approved this permissions request for the current session and wants the granted subset persisted for future sessions.",
"enum": [
"approved_for_always"
],
"type": "string"
},
{
"additionalProperties": false,
"description": "User chose to persist a network policy rule (allow/deny) for future requests to the same host.",