1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-10 08:18:12 +00:00
Files
gitea/modules/setting/setting.go
zeripath cf29cb30d3 Prevent use of double sub-path and incorrect asset path in manifest (#14827)
MakeAbsoluteAssetURL should just url join the static url prefix on to appurl
if it is not an absolute path - this is because StaticURLPrefix is an absolute
prefix not a relative prefix to the app sub url.

Fix #14422

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-02-28 12:29:22 +00:00

37 KiB