mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-27 01:51:15 +00:00
Change <input value="..."> encoding to HTML.escape
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="csrf_token" value="<%= URI.encode_www_form(csrf_token) %>">
|
||||
<input type="hidden" name="csrf_token" value="<%= HTML.escape(csrf_token) %>">
|
||||
</fieldset>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user