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