]> git.openstreetmap.org Git - nominatim.git/commit
allow OPTIONS method in starlette CORS middleware
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Aug 2023 09:12:36 +0000 (11:12 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 1 Aug 2023 09:12:36 +0000 (11:12 +0200)
commitd15f6051293251d60d598a25c89e8fc5b6f75d4b
treeb3f0e6120485bc109a515b658815c4a47bcee06a
parent252fe42612f60641abbe44a24e460c989859a148
allow OPTIONS method in starlette CORS middleware

If not allowed, then the middleware will return a 400 on pre-flight
CORS requests.

Fixes #3129.
nominatim/server/starlette/server.py