Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
185 stars 42 forks source link

Displays even on non localhost requests #115

Open dazinator opened 8 years ago

dazinator commented 8 years ago

Having read: http://blog.getglimpse.com/2015/11/18/glimpse-v2-beta1-released I thought I would give Glimpse a go. I have noticed that even after deploying my application to seperate web server, and browsing it from a seperate machine (through a non localhost url) - glimpse hud still shows. The article made the impression that it would only show for local requests.. what could be going on?

In the end I put some code in my startup class to only add glimpse if not on a development environment, which prevents glimpse from appearing on uat and production.