mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2026-02-26 02:09:41 +00:00
Fix referer escaping
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
<div class="pure-u-1-3" style="text-align:right">
|
||||
<h3>
|
||||
<a href="/data_control?referer=<%= referer %>">
|
||||
<a href="/data_control?referer=<%= URI.escape(referer) %>">
|
||||
<%= translate(locale, "Import/export") %>
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user