]> source.dussan.org Git - nextcloud-server.git/commit
fix(settings): Use axios directly for health check to preven URL sanitizing
authorFerdinand Thiessen <opensource@fthiessen.de>
Mon, 10 Jun 2024 14:08:50 +0000 (16:08 +0200)
committerFerdinand Thiessen <opensource@fthiessen.de>
Mon, 10 Jun 2024 19:25:44 +0000 (21:25 +0200)
commit00c077be56aaf94a86e5438ca78009bf783c1d4b
treee8af37060a7091fdbd20472a47cdacbcf49b2535
parent1e8eedf039dd0486b6c5868de16f178e9d4a6f46
fix(settings): Use axios directly for health check to preven URL sanitizing

When using Apache with `DirectorySlash` it will respond with 301 and the URL with trailing slash.
But when using traefik as the reverse proxy it can not rewrite redirects, this leads to the problem
that the Apache response is using HTTP in the redirect but the real server (traefik) is only listening on HTTPS.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
apps/settings/src/store/apps.js