mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Add CI security suite and scrub hardcoded local host/path defaults
This commit is contained in:
parent
550366df07
commit
00086c2ad9
5 changed files with 163 additions and 26 deletions
|
|
@ -51,7 +51,7 @@ private:
|
|||
};
|
||||
|
||||
// UI state
|
||||
char hostname[256] = "127.0.0.1";
|
||||
char hostname[256] = "localhost";
|
||||
char username[256] = "";
|
||||
char password[256] = "";
|
||||
char pinCode[32] = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue