feat(core) request_permissions always allow

This commit is contained in:
Dylan Hurd
2026-03-09 10:57:24 -07:00
parent aa6a57dfa2
commit b7eccfcd62
28 changed files with 1103 additions and 29 deletions

View File

@@ -65,6 +65,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.",