mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
669 B
JSON
19 lines
669 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"import": [
|
|
"css:config/http/middleware/handlers/constant-headers.json",
|
|
"css:config/http/middleware/handlers/cors.json"
|
|
],
|
|
"@graph": [
|
|
{
|
|
"comment": "All of these will always be executed on any incoming request. These are mostly used for adding response headers.",
|
|
"@id": "urn:solid-server:default:Middleware",
|
|
"@type": "SequenceHandler",
|
|
"handlers": [
|
|
{ "@id": "urn:solid-server:default:Middleware_Header" },
|
|
{ "@id": "urn:solid-server:default:Middleware_Cors" }
|
|
]
|
|
}
|
|
]
|
|
}
|