Merge pull request #2848 from hypsometric/patch-1

HTML escape pth_password
This commit is contained in:
AdeHub
2017-02-17 19:33:34 +13:00
committed by GitHub

View File

@@ -666,7 +666,7 @@
</div>
<div class="row">
<label>Password</label>
<input type="password" name="pth_password" value="${config['pth_password']}" size="36">
<input type="password" name="pth_password" value="${config['pth_password'] | h}" size="36">
</div>
<div class="row">
<label>URL</label>