forgejo/modules/setting
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
..
attachment.go
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
git.go
indexer.go
indexer_test.go
lfs.go
log.go
mailer.go
markup.go
migrations.go
picture.go
project.go
queue.go
repository.go
service.go
session.go
setting.go Prevent use of double sub-path and incorrect asset path in manifest (#14827) 2021-02-28 12:29:22 +00:00
setting_test.go Prevent use of double sub-path and incorrect asset path in manifest (#14827) 2021-02-28 12:29:22 +00:00
storage.go
storage_test.go
task.go
webhook.go