You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/http/permissions/schemas/schema.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -318,6 +318,18 @@
318
318
"const": "deny-fetch-cancel",
319
319
"markdownDescription": "Denies the fetch_cancel command without any pre-configured scope."
320
320
},
321
+
{
322
+
"description": "Enables the fetch_cancel_body command without any pre-configured scope.",
323
+
"type": "string",
324
+
"const": "allow-fetch-cancel-body",
325
+
"markdownDescription": "Enables the fetch_cancel_body command without any pre-configured scope."
326
+
},
327
+
{
328
+
"description": "Denies the fetch_cancel_body command without any pre-configured scope.",
329
+
"type": "string",
330
+
"const": "deny-fetch-cancel-body",
331
+
"markdownDescription": "Denies the fetch_cancel_body command without any pre-configured scope."
332
+
},
321
333
{
322
334
"description": "Enables the fetch_read_body command without any pre-configured scope.",
323
335
"type": "string",
@@ -343,10 +355,10 @@
343
355
"markdownDescription": "Denies the fetch_send command without any pre-configured scope."
344
356
},
345
357
{
346
-
"description": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n\n#### This default permission set includes:\n\n- `allow-fetch`\n- `allow-fetch-cancel`\n- `allow-fetch-read-body`\n- `allow-fetch-send`",
358
+
"description": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n\n#### This default permission set includes:\n\n- `allow-fetch`\n- `allow-fetch-cancel`\n- `allow-fetch-send`\n- `allow-fetch-read-body`\n- `allow-fetch-cancel-body`",
347
359
"type": "string",
348
360
"const": "default",
349
-
"markdownDescription": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n\n#### This default permission set includes:\n\n- `allow-fetch`\n- `allow-fetch-cancel`\n- `allow-fetch-read-body`\n- `allow-fetch-send`"
361
+
"markdownDescription": "This permission set configures what kind of\nfetch operations are available from the http plugin.\n\nThis enables all fetch operations but does not\nallow explicitly any origins to be fetched. This needs to\nbe manually configured before usage.\n\n#### Granted Permissions\n\nAll fetch operations are enabled.\n\n\n#### This default permission set includes:\n\n- `allow-fetch`\n- `allow-fetch-cancel`\n- `allow-fetch-send`\n- `allow-fetch-read-body`\n- `allow-fetch-cancel-body`"
0 commit comments