Authenticator-Extension / Authenticator-Extension/Authenticator
Popup opens devtools panel when browser CDP protocol is enabled and connected
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the issue
## Bug Description
When the browser's open CDP (Chrome DevTools Protocol) is enabled and connected, every time the extension popup is opened, a devtools panel also opens automatically.
## Steps to Reproduce
1. Enable the browser's open CDP protocol feature (e.g., in Chrome, run with `--remote-debugging-port=9222`)
2. 2. Connect to the CDP endpoint
3. 3. Click on the Authenticator extension icon to open the popup
4. 4. Observe that alongside the popup, a devtools panel also opens
## Expected Behavior
Only the extension popup should open. No devtools panel should appear automatically.
## Environment
- Browser: Chrome/Edge with CDP enabled
- - Browser Version: Please specify
- - - Extension Version: Please specify
### Browser
Chrome
### Browser Version
Chrome with CDP enabled (please specify your version)
### Extension Version
Please specify your extension version
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.