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
The handling of /setting's POST method currently does not do any validation on the input. This would be desirable to ensure IP's are valid, names aren't too long, etc. Similarly, all items in the settings page are written on every save at the moment. It would be desirable to move to a logic where only changed fields are saved.
The handling of
/setting's POST method currently does not do any validation on the input. This would be desirable to ensure IP's are valid, names aren't too long, etc. Similarly, all items in the settings page are written on every save at the moment. It would be desirable to move to a logic where only changed fields are saved.