fix: Prevent accidental nested storages

This commit is contained in:
Joachim Van Herwegen
2022-08-24 13:28:48 +02:00
parent cf74ce3d2a
commit 4d9d1b90b0
19 changed files with 75 additions and 65 deletions

View File

@@ -17,7 +17,7 @@
"args_targetExtractor": { "@id": "urn:solid-server:default:TargetExtractor" },
"args_allowedMethods": [ "*" ],
"args_allowedPathNames": [ "/setup" ],
"args_handler": { "@id": "urn:solid-server:default:SetupHttpHandler" }
"args_handler": { "@id": "urn:solid-server:default:SetupParsingHandler" }
}
}
]