Closed simonw closed 9 months ago
Should raise datasette.utils.asgi.Forbidden, not return a custom 403
datasette.utils.asgi.Forbidden
https://github.com/simonw/datasette-write/blob/ddd2e2175ed60011225ce75562e9063ea56c5ba3/datasette_write/__init__.py#L5-L9
This will make it work with https://github.com/simonw/datasette/issues/812
Should raise
datasette.utils.asgi.Forbidden
, not return a custom 403https://github.com/simonw/datasette-write/blob/ddd2e2175ed60011225ce75562e9063ea56c5ba3/datasette_write/__init__.py#L5-L9
This will make it work with https://github.com/simonw/datasette/issues/812