mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-03-11 16:43:04 +00:00
Refactor CSRF tokens (using format in #473)
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="token" value="<%= token %>">
|
||||
<input type="hidden" name="challenge" value="<%= challenge %>">
|
||||
<input type="hidden" name="token" value="<%= URI.escape(token) %>">
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user