Or perhaps it't just broken?
I've been using windowObjectReference = window.open('',strWindowName) for years to check if a user has already logged into out WebApp.
As of FF52 it now appears to be broken or intentionally removed.
It still seems to work (for now) from the parent window (opener), but many of our users get links to the WebApp in emails (or have created desktop shortcuts) - which fire off fresh non-opener requests.
Does anyone know if I'm mistaken in my userstanding of FF52 being broken? Or perhaps a workaround?
Thanks so much for your attention.