mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
36 lines
832 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|