-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Description
Feature Request: Add Microsoft Edge browser cookie support for macOS
Problem
Currently, CodexBar on macOS only supports Safari, Chrome, and Firefox for cookie-based authentication. Many users (like myself) use Microsoft Edge as their primary browser and would like CodexBar to read cookies from Edge.
Expected Behavior
CodexBar should be able to read session cookies from Microsoft Edge on macOS, similar to how it supports Chrome.
Context
- CodexBar version: Latest
- macOS version: 14+
- Browser: Microsoft Edge
Why this should work
- Win-CodexBar (Windows port) already supports Edge with DPAPI + AES-256-GCM encryption
- macOS Edge stores cookies in
~/Library/Application Support/Microsoft Edge/ - The cookie structure is likely similar to Chrome (Chromium-based)
Potential Implementation
- Add Edge browser detection
- Point to Edge cookie storage path
- Reuse existing Chrome decryption logic (if encryption is compatible)
References
- Win-CodexBar Edge implementation: https://github.com/Finesssee/Win-CodexBar
- Related: Issue Session conflict: CodexBar usage invalidates browser sessions for Factory and Amp #323 (session conflicts with other tools)
Looking forward to contributing this feature if guidance is provided!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels