Comment 3 for bug 1565055

Revision history for this message
Olivier Tilloy (osomon) wrote :

Needs more thorough testing, but I got it working on desktop and frieza with the following UA overrides added to ua-overrides-desktop.js:

      // Google hangouts (https://launchpad.net/bugs/1565055)
      ["^https?:\/\/hangouts\.google\.com\/", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/49.0.2623.87 Safari/537.36"],
      ["^https?:\/\/talkgadget\.google\.com\/hangouts\/", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/49.0.2623.87 Safari/537.36"],
      ["^https?:\/\/plus\.google\.com\/hangouts\/", "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 Chrome/49.0.2623.87 Safari/537.36"],

I’ll look into what’s needed to make it work on arale/krillin tomorrow.