fix: Do not serve UI on special pages.

Fixes https://github.com/solid/community-server/issues/1034
This commit is contained in:
Ruben Verborgh
2021-10-29 15:43:38 +01:00
parent e1a4ef29b9
commit 8c9887feea
3 changed files with 12 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
"errorHandler": {
"comment": "Changes an error into a valid representation to send as a response.",
"@type": "ConvertingErrorHandler",
"converter": { "@id": "urn:solid-server:default:RepresentationConverter" },
"converter": { "@id": "urn:solid-server:default:UiEnabledConverter" },
"showStackTrace": { "@id": "urn:solid-server:default:variable:showStackTrace" }
}
}