feat: restore ALWAYS_ALLOW_PRIORITY and disable autoAddToPolicyByDefault

This commit is contained in:
Spencer
2026-03-06 22:43:20 +00:00
parent 1625e4f530
commit 87cb643aee
5 changed files with 20 additions and 26 deletions

View File

@@ -1501,7 +1501,7 @@ const SETTINGS_SCHEMA = {
label: 'Auto-add to Policy by Default',
category: 'Security',
requiresRestart: false,
default: true,
default: false,
description: oneLine`
When enabled, the "Allow for all future sessions" option becomes the
default choice for low-risk tools in trusted workspaces.