Andy
Andy
> [You can't use null.com as an "invalid" domain](https://github.com/joelhalen/droptracker-plugin/blob/e8c14fc151ef844e8377cdecf01bd20df83947fc/src/main/java/io/droptracker/api/DropTrackerApi.java#L58); https://null.com is a real website. Please ensure your plugin is not sending unwanted outbound connections when your config is not set...
> [You were already removing your plugin's nav button on shutDown](https://github.com/joelhalen/droptracker-plugin/blob/86157d364618463ec65dadd04015cb37ad20c90b/src/main/java/io/droptracker/DropTrackerPlugin.java#L211), however you are never calling `panel.deinit()`, so it remains subscribed to the event bus. Ah alright; took care of...