[GH-ISSUE #611] Edge auth bug #365

Closed
opened 2026-04-08 16:52:22 +03:00 by zhus · 2 comments
Owner

Originally created by @bropines on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/611

Problem

For some reason, only in Edge, if you log out of your account and then try to log in again, it doesn't even ask for your password. Even in incognito mode.

Configuration

port: 5025       
bind: 0.0.0.0           

serve-path: "/data/data/com.termux/files/home/mnt"

path-prefix: "/" 
  
hidden: 
  - tmp
  - '*.log'
  - '*.lock'

auth:
  - Xxxxx:$ehehehehehe/:rw  

allow-all: false   
allow-upload: true  
allow-delete: true    
allow-search: true     
allow-symlink: true     
allow-archive: true   

enable-cors: true
render-index: true    
render-try-index: true   
render-spa: true         
#assets: ./assets/       




log-format: '$remote_addr "$request" $status $http_user_agent'
log-file: "/data/data/com.termux/files/home/XXXXX/logs/dufs.log"


compress: low  
assets: "/data/data/com.termux/files/home/XXXX/Services/configs/dufs-material-assets"

Log

Screenshots/Media

Environment Information

  • Dufs version: 0.43.0
  • Browser/Webdav info: Version 139.0.3405.86 (Official Build) (64-bit version)
  • OS info: Android 15 (Termux)
  • Proxy server (if any): cloudflared
Originally created by @bropines on GitHub (Aug 10, 2025). Original GitHub issue: https://github.com/sigoden/dufs/issues/611 **Problem** For some reason, only in Edge, if you log out of your account and then try to log in again, it doesn't even ask for your password. Even in incognito mode. **Configuration** ```yaml port: 5025 bind: 0.0.0.0 serve-path: "/data/data/com.termux/files/home/mnt" path-prefix: "/" hidden: - tmp - '*.log' - '*.lock' auth: - Xxxxx:$ehehehehehe/:rw allow-all: false allow-upload: true allow-delete: true allow-search: true allow-symlink: true allow-archive: true enable-cors: true render-index: true render-try-index: true render-spa: true #assets: ./assets/ log-format: '$remote_addr "$request" $status $http_user_agent' log-file: "/data/data/com.termux/files/home/XXXXX/logs/dufs.log" compress: low assets: "/data/data/com.termux/files/home/XXXX/Services/configs/dufs-material-assets" ``` **Log** **Screenshots/Media** <!-- If applicable, add screenshots or videos that help illustrate the issue, especially for WebUI problems. --> **Environment Information** - Dufs version: 0.43.0 - Browser/Webdav info: `Version 139.0.3405.86 (Official Build) (64-bit version)` - OS info: `Android 15 (Termux)` - Proxy server (if any): `cloudflared`
zhus closed this issue 2026-04-08 16:52:22 +03:00
Author
Owner

@sigoden commented on GitHub (Aug 10, 2025):

I cannot confirm the bug. Even if Edge has this bug, the DUFS layer cannot handle it.

<!-- gh-comment-id:3172526422 --> @sigoden commented on GitHub (Aug 10, 2025): I cannot confirm the bug. Even if Edge has this bug, the DUFS layer cannot handle it.
Author
Owner

@bropines commented on GitHub (Aug 10, 2025):

I cannot confirm the bug. Even if Edge has this bug, the DUFS layer cannot handle it.

Then the question is different. For a web client, is it possible to make authentication in cookies so that it is temporary, or is it a clutter and standard http auth is enough?

<!-- gh-comment-id:3172528642 --> @bropines commented on GitHub (Aug 10, 2025): > I cannot confirm the bug. Even if Edge has this bug, the DUFS layer cannot handle it. Then the question is different. For a web client, is it possible to make authentication in cookies so that it is temporary, or is it a clutter and standard http auth is enough?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#365