2022-08-05 15:58:29 +02:00

34 lines
779 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Adds all the necessary CORS headers.",
"@id": "urn:solid-server:default:Middleware_Cors",
"@type": "CorsHandler",
"options_methods": [
"GET",
"HEAD",
"OPTIONS",
"POST",
"PUT",
"PATCH",
"DELETE"
],
"options_credentials": true,
"options_preflightContinue": false,
"options_exposedHeaders": [
"Accept-Patch",
"Accept-Post",
"Accept-Put",
"Allow",
"ETag",
"Last-Modified",
"Link",
"Location",
"Updates-Via",
"WAC-Allow"
]
}
]
}