Is it possible to disabling Ember inspector for a specific app?

The question: Is it possible to disable Ember Inspector (Chrome or Firefox) for a specific Ember app?

This might sound counter intuitive but can be useful in making slightly harder for someone to snoop in to in-transit or in-memory objects.

Note: I am not looking at trying to totally prevent variables and logic from being accessed simply to making slightly harder to getting there after all it runs in the browser in plain JS.

EmberJs already does a pretty good job at encapsulating its logic without leaking globals. What would be nice would be a way to also prevent The Ember Inspector from detecting the Ember app.

2 Likes

Works perfectly. Thanks

1 Like