mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
IP_FILTERLIST_BYPASS_HTTP_AUTH not working ? #44
Reference in New Issue
Block a user
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 @michaelscl on GitHub.
Hi,
Does this feature work well?
With the following configuration, a login window pops up when I try upload file:
It is OK.
But if I use the following configuration, the login window should pop up too, but it doesn't. The file console.log uploads normally. But my IP address is different from the whitelist.
Am I doing something wrong or is it a bug?
best regards
Michaels
@michaelscl commented on GitHub:
Docker version 24.0.7, build afdd53b
dutchcoders/transfer.sh:latest
https://hub.docker.com/layers/dutchcoders/transfer.sh/latest/images/sha256-89bc158fe04597ff2f0c53fc5302f89633806ffdc243bf45441c0429e47a7fa3?context=explore
I used a blank Brave. Newly opened.

The file was uploaded without name and password authentication.
m.
@paolafrancesca commented on GitHub:
@michaelscl thanks for the report: bug fixed with
95c7e675a0@paolafrancesca commented on GitHub:
what version of the docker image are you using?
a bug disabling http auth was fixed in 1.6.0, it affected version from 1.5.0 and onwards
also if you use the same browser window to test both configuration, http basic auth header might be cached, and that's the reason why the second time the auth dialog does not pop up
@michaelscl commented on GitHub:
Great! It works now! Thank you!