Comment 2 for bug 1403044

Revision history for this message
Keith Bowes (zooplah) wrote :

I've isolated the problem. In the config file, the following line causes the problem:
replaceJavascript = window.navigator = __pipelight_navigator

Everything works fine when I replace it with
replaceJavascript = window.navigator.userAgent = __pipelight_navigator.userAgent