mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Set Accept-Patch header.
This commit is contained in:
committed by
Joachim Van Herwegen
parent
394e28b69d
commit
153d2d9fe4
@@ -8,6 +8,10 @@
|
||||
{
|
||||
"@type": "ConstantMetadataWriter",
|
||||
"ConstantMetadataWriter:_headers": [
|
||||
{
|
||||
"ConstantMetadataWriter:_headers_key": "Accept-Patch",
|
||||
"ConstantMetadataWriter:_headers_value": "application/sparql-update"
|
||||
},
|
||||
{
|
||||
"ConstantMetadataWriter:_headers_key": "MS-Author-Via",
|
||||
"ConstantMetadataWriter:_headers_value": "SPARQL"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
],
|
||||
"CorsHandler:_options_credentials": true,
|
||||
"CorsHandler:_options_exposedHeaders": [
|
||||
"Accept-Patch",
|
||||
"Location",
|
||||
"MS-Author-Via",
|
||||
"Updates-Via"
|
||||
|
||||
Reference in New Issue
Block a user