-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
IITC-Button/scripts/defaults.js
Line 5 in a27d8fc
'local': "http://127.0.0.1:8000" |
-
When entering address in settings - it get accepted only after removing 'http://' part.
It is not obvious and generally wrong. -
When entering wrong address - text become red. But it is not clear enough, e.g. when it's initially red, or for color-blind person.
So better output error message to status line. -
Wrong address is not stored. But what if it is not 'wrong', but just temporary unavailable?
I suppose any user-entered value should be stored (and empty should be converted to default). -
Instead of
127.0.0.1
better uselocalhost
.
BTW, in recent version python server defaulted to ip6 (::1
), solocalhost
would be more robust.
Metadata
Metadata
Assignees
Labels
No labels