0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-07-04 18:28:41 +02:00
gitea/web_src
silverwind b6bf8041d8
Fix gitea-origin-url with default ports (#29085)
When setting `url.host` on a URL object with no port specified (like is
the case of default port), the resulting URL's port will not change.
Workaround this quirk in the URL standard by explicitely setting port
for the http and https protocols.

Extracted the logic to a function for the purpose of testing. Initially
I wanted to have the function in utils.js, but it turns out esbuild can
not treeshake the unused functions which would result in the
webcomponents chunk having all 2kB utils.js inlined, so it seemed not
worth.

Fixes: https://github.com/go-gitea/gitea/issues/29084
2024-02-08 02:37:09 +00:00
..
css Improve user search display name (#29002) 2024-02-01 17:10:16 +00:00
fomantic Remove fomantic text module (#26777) 2023-08-30 10:37:17 +00:00
js Fix gitea-origin-url with default ports (#29085) 2024-02-08 02:37:09 +00:00
svg Fix google logo in security page (#28982) 2024-01-30 02:54:52 +02:00