2023-10-05 10:07:49 +02:00

36 lines
832 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.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",
"Content-Range",
"ETag",
"Last-Modified",
"Link",
"Location",
"Updates-Via",
"WAC-Allow",
"Www-Authenticate"
]
}
]
}