mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +01:00
19 lines
303 B
JSON
19 lines
303 B
JSON
|
{
|
||
|
"version": "1",
|
||
|
"name": "collection_level_oauth2",
|
||
|
"type": "collection",
|
||
|
"scripts": {
|
||
|
"moduleWhitelist": ["crypto"],
|
||
|
"filesystemAccess": {
|
||
|
"allow": true
|
||
|
}
|
||
|
},
|
||
|
"clientCertificates": {
|
||
|
"enabled": true,
|
||
|
"certs": []
|
||
|
},
|
||
|
"presets": {
|
||
|
"requestType": "http"
|
||
|
}
|
||
|
}
|