We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510aece commit 32a6f7bCopy full SHA for 32a6f7b
crates/config/src/lib.rs
@@ -523,7 +523,7 @@ pub struct Config {
523
#[serde(default)]
524
pub compilation_restrictions: Vec<CompilationRestrictions>,
525
526
- /// Whether to disable the script execution protection.
+ /// Whether to enable script execution protection.
527
pub script_execution_protection: bool,
528
529
/// PRIVATE: This structure may grow, As such, constructing this structure should
0 commit comments