mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
refactor(agents): internalize env sanitization options
This commit is contained in:
@@ -47,7 +47,7 @@ type EnvVarSanitizationResult = {
|
||||
warnings: string[];
|
||||
};
|
||||
|
||||
export type EnvSanitizationOptions = {
|
||||
type EnvSanitizationOptions = {
|
||||
strictMode?: boolean;
|
||||
customBlockedPatterns?: ReadonlyArray<RegExp>;
|
||||
customAllowedPatterns?: ReadonlyArray<RegExp>;
|
||||
|
||||
Reference in New Issue
Block a user