mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-27 15:08:31 +00:00
Merge 9be9ee4099
into fd8dc93569
This commit is contained in:
commit
9409380370
@ -32,7 +32,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='" << URI.encode_www_form(url) << "'"
|
||||
str << " method='post'"
|
||||
str << " rel='noopener noreferrer'"
|
||||
str << " target='_blank'>"
|
||||
|
Loading…
Reference in New Issue
Block a user