Fix: Disable cookie encryption for portable profiles
- Add --password-store=basic and --use-mock-keychain flags when creating profiles to prevent OS keychain encryption of cookies - Without this, cookies are encrypted with machine-specific keys and profiles can't be transferred between machines (local -> cloud) Also adds direct CLI commands for profile management: - crwl profiles create <name> - crwl profiles list - crwl profiles delete <name> The interactive menu (crwl profiles) still works as before.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -297,3 +297,6 @@ scripts/
|
||||
*.rdb
|
||||
*.ldb
|
||||
MEMORY.md
|
||||
|
||||
# Handoff files
|
||||
HANDOFF-*.md
|
||||
|
||||
Reference in New Issue
Block a user