mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #5016] webserver doesn't ask for password! (on Brave browser) #3950
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3950
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @smac89 on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/5016
Bug Description
That can't be right. Configuring web server in the frps with a password doesn't prompt for a password on login. Even worse, the web sever for frpc reveals the contents of the config file, once again no password prompt!
frpc Version
0.65.0
frps Version
0.65.0
System Architecture
linux/amd64
Configurations
In frps.toml
Copy the above configuration to frpc.toml and you will experience the same.
Logs
No response
Steps to reproduce
...
Affected area
@smac89 commented on GitHub (Oct 12, 2025):
Ok slight correction after further testing: On every other browser except for Brave, Frp prompts for password...wtf?
Tested on Edge, Firefox, and Brave. In all three cases, I'm using a private window. I have restarted brave numerous times, yet it has somehow obtained the credentials and is logging in automatically even in private mode. This is also the first time ever that I am accessing my frp dashboard on any of these browsers...
https://github.com/user-attachments/assets/8f11840d-78c0-44df-9659-b8d7f841d659
https://github.com/user-attachments/assets/b6c00df9-8771-44bc-b0e0-d5aff250e2c0
https://github.com/user-attachments/assets/4643049c-b8d1-46e1-8dcf-d780add4492d
@smac89 commented on GitHub (Oct 13, 2025):
Sorry false alarm. Looks like brave automatically uses Bitwarden to supply the login for the site without prompting me...
Took posting all three videos to discover the culprit smh.
@linonetwo commented on GitHub (Dec 3, 2025):
Thanks, I also find this. And I find every browser's Bitwarden extension will auto provide username & password for bearar basic auth, this is a feature!