mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix typo
This commit is contained in:
parent
29a21860ae
commit
4f91854bd3
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ def get_referer(env, fallback = "/")
|
|||
|
||||
referer = URI.parse(referer)
|
||||
|
||||
# "Unroll" nested referers
|
||||
# "Unroll" nested referrers
|
||||
loop do
|
||||
if referer.query
|
||||
params = HTTP::Params.parse(referer.query.not_nil!)
|
||||
|
|
Loading…
Reference in a new issue