Security
Configure the security settings in BoxLang
This segment is where you can configure the security elements of BoxLang.
Allowed File Operation Extensions
An explicit whitelist of file extensions that are allowed to be uploaded - overrides any values in the disallowedWriteExtensions
Disallowed Imports
An array of regex patterns (case-sensitive) that will try to be matched to imports or to creation of classes. If they match the patterns a security exception wil be thrown.
Disallowed BIFS
An array of BIF names that will be disallowed from execution.
Disallowed Components
An array of Component names that will be disallowed from execution.
Disallowed File Operation Extensions
The list of file extensions that are not allowed to be uploaded. Also enforced by file relocation operations ( e.g. copy/move )
Last updated
Was this helpful?