Why Whitelisting
Bruno requires you to explicitly enable (whitelist) modules before they can be used in scripts due to security reasons. The whitelisting process ensures that only the modules you specifically choose to enable will be available to your scripts. You can manually enable or whitelist these modules by editing yourbruno.json file. Make sure to add the script section to the file.
copy showLineNumbers
Whitelisting Multiple Modules
If you need to use multiple built-in or trusted third-party modules in your Bruno script, you can whitelist them by adding them to themoduleWhitelist array. For example:
copy showLineNumbers
moduleWhitelist and filesystemAccess are settings of the bruno.json file used by Bru format collections. Collections that use the OpenCollection YAML format (opencollection.yml) have no equivalent for these settings. See the YAML Structure Reference for the settings that opencollection.yml supports.