mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-28 10:31:28 +00:00
Change <input value="..."> encoding to HTML.escape
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
</div>
|
||||
</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) %>">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user