mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-04-16 22:57:20 +02:00
Merge pull request #2124 from raycheung/master
Fix storyboard when proxied with an external port
This commit is contained in:
commit
c33ee83d87
@ -298,7 +298,7 @@ def make_host_url(kemal_config)
|
||||
|
||||
# Add if non-standard port
|
||||
if port != 80 && port != 443
|
||||
port = ":#{kemal_config.port}"
|
||||
port = ":#{port}"
|
||||
else
|
||||
port = ""
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user