I talked to the folks at Runbox for a bit and the issue finally came around to if I was using any addons for Firefox and if any had been updated recently. And of course I said "yes, I'm using NoScript and it was just updated".
I started looking into it and when NoScript is not active, my secure login seems to fine. I used LiveHTTP and watch the information back and forth and all seemed ok.
When I run NoScript v1.9.7 it starts getting "xss:xss@" inserted into the URL.
Here are a few examples with/without NoScript:
With NoScript:
Code: Select all
https://xss:xss@secure.runbox.com/login.ttml?reason=no_cookie&destination=https%3A%2F%2Fsecure.runbox.com%2Fmail
Code: Select all
https://secure.runbox.com/login.ttml?reason=no_cookie&destination=https://secure.runbox.com:443/mail
Code: Select all
https://xss:xss@secure.runbox.com/_img/runbox_neg.gif
Code: Select all
https://secure.runbox.com/_img/runbox_neg.gif
Code: Select all
https://xss:xss@secure.runbox.com/_css/stylesheet.css
Code: Select all
https://secure.runbox.com/_css/stylesheet.css
Is this a bug in the v1.9.7 version of NoScript?