Skip to content
Snippets Groups Projects
Verified Commit 549a9f12 authored by BrinkerVII's avatar BrinkerVII :snail:
Browse files

Disable environment sanitization by default

parent 7d9c6fbc
No related branches found
No related tags found
No related merge requests found
__version__ = "7.19.8"
__version__ = "7.19.9"
......@@ -47,7 +47,7 @@ class WineprefixConfigurationModel(pydantic_v1.BaseModel):
roblox_set_target_fps: bool = False
roblox_scheduler_target_fps: int = 144
env: Dict[str, str] = {}
sanitize_environment: bool = True
sanitize_environment: bool = False
env_passthrough: List[str] = DEFAULT_ENV_PASSTHROUGH
hints: List[str] = []
fast_flags: Dict[str, Dict[str, FastFlagValueType]] = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment