COM0 and LPT0 are not listed in the official Microsoft's documentation at https://docs.microsoft.com/windows/win32/fileio/naming-a-file, but in reality are also invalid in Windows Explorer. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>
Use indexOf() == 0 instead of startsWith() to maintain compatibility and prevent JavaScript error console spam in the Web GUI when used in Internet Explorer 11 under Windows 7. Signed-off-by: Tomasz Wilczyński <twilczynski@naver.com>