prevent directory traversal in the web UI

This commit is contained in:
Kevin Gibbons
2022-08-28 14:33:30 -07:00
parent ac02a775e4
commit 9e7865704a
2 changed files with 9 additions and 5 deletions

View File

@ -53,7 +53,7 @@
<input value="-1" type="number" id="seed" name="seed">
<button type="button" id="reset">&olarr;</button>
<br>
<label title="Strenght of the gfpgan algorithm ex: '1', --gfpgan startup flag is required." for="gfpgan_strength">GPFGAN Strength:</label>
<label title="Strength of the gfpgan algorithm ex: '1', --gfpgan startup flag is required." for="gfpgan_strength">GPFGAN Strength:</label>
<input value="0.75" min="0" max="1" type="number" id="gfpgan_strength" name="gfpgan_strength" step="0.01">
</fieldset>
</form>