2024-09-16 08:39:29 +02:00

25 lines
970 B
JSON

{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld"
],
"import": [
"css:config/ldp/handler/components/authorizer.json",
"css:config/ldp/handler/components/error-handler.json",
"css:config/ldp/handler/components/operation-handler.json",
"css:config/ldp/handler/components/operation-metadata.json",
"css:config/ldp/handler/components/preferences.json",
"css:config/ldp/handler/components/request-parser.json",
"css:config/ldp/handler/components/response-writer.json"
],
"@graph": [
{
"comment": "Disabled the LDP component.",
"@id": "urn:solid-server:default:LdpHandler",
"@type": "StaticThrowHandler",
"onlyHandle": false,
"factory": { "@id": "urn:solid-server:default:UnsupportedErrorFactory" }
}
]
}