mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
parent
e5c67d04db
commit
2901f54359
3 changed files with 30 additions and 1 deletions
|
@ -452,7 +452,7 @@ class OptionsResource(resource.Resource):
|
|||
code, response_json_object = _options_handler(request)
|
||||
|
||||
return respond_with_json(
|
||||
request, code, response_json_object, send_cors=False, canonical_json=False,
|
||||
request, code, response_json_object, send_cors=True, canonical_json=False,
|
||||
)
|
||||
|
||||
def getChildWithDefault(self, path, request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue