You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
It can be difficult to get a decent logo in the right size, so frequently I download a file, and edit or upscale it locally. Since file:/// URLs aren't valid, this time around, I figured I'd run a local web server (python3 -m http.server) from the file's directory for the logo URL.
When I gave FTWA a valid localhost URL (http://localhost:8000/microconf%20logo%201024.png), FTWA complained. I checked in the browser, and the URL worked just fine there. When I gave FTWA a 127.0.0.1-based URL, it worked. When I gave it one of the localhost aliases from my /etc/hosts file, e.g., example.localhost, it worked. But on plain localhost, FTWA fails for some reason.
Describe the bug
It can be difficult to get a decent logo in the right size, so frequently I download a file, and edit or upscale it locally. Since
file:///
URLs aren't valid, this time around, I figured I'd run a local web server (python3 -m http.server
) from the file's directory for the logo URL.When I gave FTWA a valid localhost URL (
http://localhost:8000/microconf%20logo%201024.png
), FTWA complained. I checked in the browser, and the URL worked just fine there. When I gave FTWA a 127.0.0.1-based URL, it worked. When I gave it one of the localhost aliases from my/etc/hosts
file, e.g.,example.localhost
, it worked. But on plain localhost, FTWA fails for some reason.To Reproduce
Steps to reproduce the behavior:
python3 -m http.server
Expected behavior
localhost should be treated like any other URL.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: