You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: