How to give a content_type to OPTIONS responses

When using Compress it complains about None content_type of response to OPTIONS which is automatically created by sanic-extend. How to suppress that?

I’d suggest just creating your own options endpoints for that one path.