- Plugin is now disabled unless you explicitly configure it. [2](https://github.com/datasette/datasette-unsafe-actor-debug/issues/3)
Use this in your settings:
yaml
plugins:
datasette-unsafe-actor-debug:
enabled: true
Or with Datasette 1.0 alpha start `datasette` with the following:
bash
datasette -s plugins.datasette-unsafe-actor-debug.enabled 1
- If enabled, the plugin now adds a link to the debug tool in the Datasette navigation menu. [3](https://github.com/datasette/datasette-unsafe-actor-debug/issues/3)