Closed g-rden closed 8 months ago
This will prevent ../ from showing up when already in wwwroot. The string comparison is not super great, because path includes a trailing / and wwwroot does not. I don't think this is buggy, but it's not great. Closes #33
../
Nice, thanks!
This will prevent
../
from showing up when already in wwwroot. The string comparison is not super great, because path includes a trailing / and wwwroot does not. I don't think this is buggy, but it's not great. Closes #33