-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Hi, this isn't any specific bug so I'll just jump to my question. I was reading the Modal HTTP authentication section of README.md and was confused about what it meant by opening a website with Browserpass:
If you want Browserpass to handle modal authentication, you must open these websites using Browserpass.
After a bit of digging, I found that pressing Ctrl+G was how you open one from popup/interface.js L310-314:
function keyHandler(e) {
/* start of my quoted code */
switch (e.code) {
case "KeyG":
if (e.ctrlKey) {
this.doAction(e.shiftKey ? "launchInNewTab" : "launch");
}
break;
}
/* end of my quoted code */
}Was this obvious or is this something that needs clarification in the README?
Metadata
Metadata
Assignees
Labels
No labels