"description":"Enables the fetch_read_body command without any pre-configured scope.",
"description":"Enables the fetch_send command without any pre-configured scope.",
"type":"string",
"type":"string",
"const":"allow-fetch-read-body"
"const":"allow-fetch-send"
},
},
{
{
"description":"Denies the fetch_read_body command without any pre-configured scope.",
"description":"Denies the fetch_send command without any pre-configured scope.",
"type":"string",
"type":"string",
"const":"deny-fetch-read-body"
"const":"deny-fetch-send"
},
},
{
{
"description":"Enables the fetch_send command without any pre-configured scope.",
"description":"Enables the fetch_stream_body command without any pre-configured scope.",
"type":"string",
"type":"string",
"const":"allow-fetch-send"
"const":"allow-fetch-stream-body"
},
},
{
{
"description":"Denies the fetch_send command without any pre-configured scope.",
"description":"Denies the fetch_stream_body command without any pre-configured scope.",
"type":"string",
"type":"string",
"const":"deny-fetch-send"
"const":"deny-fetch-stream-body"
},
},
{
{
"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",
"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",