mirror of
https://github.com/iv-org/invidious.git
synced 2026-01-27 23:38:28 -06:00
Merge 31b6ed96025bcaa1c6f7aaf9c12efd1e1b0707a8 into d51a7a44ad91d2fa7d1330970a15a0d8f365f250
This commit is contained in:
commit
7f4b3b7400
@ -36,7 +36,7 @@ module Invidious::Frontend::WatchPage
|
||||
return String.build(4000) do |str|
|
||||
str << "<form"
|
||||
str << " class=\"pure-form pure-form-stacked\""
|
||||
str << " action='#{url}'"
|
||||
str << " action='" << HTML.escape(url) << "'"
|
||||
str << " method='post'"
|
||||
str << " rel='noopener noreferrer'"
|
||||
str << " target='_blank'>"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user