mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Undo authorization on OPTIONS requests
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
"@id": "urn:solid-server:default:OperationHandler",
|
||||
"@type": "WaterfallHandler",
|
||||
"handlers": [
|
||||
{
|
||||
"@type": "OptionsOperationHandler",
|
||||
"resourceSet": { "@id": "urn:solid-server:default:CachedResourceSet" }
|
||||
},
|
||||
{
|
||||
"@type": "GetOperationHandler",
|
||||
"store": { "@id": "urn:solid-server:default:ResourceStore" }
|
||||
|
||||
Reference in New Issue
Block a user