Need to add localStorage to it, but also an option to re-enable in the user settings in case you accidentally closed it and actually do want it activated.
In any case, noticed OP is on an iPad, so made some changes that might work for him
When I enable the https API, users can no longer post.
It keeps telling them;
"HTTPS is required for requests to the write api, please re-send your request via HTTPS"
The server is using nginx reverse proxy and http is forwarded to https. The API works as it should but I thought I should mention this in case it's a bug or something that someone else is seeing.