A customer site that I cannot change has the line 'document.domain = "site.com"; while the site is at www.site.com.
The effect is that FB connect window login gets stuck after submitting username+password.
Firebug shows its in infinite loop inside dispatchmessage function, which gives perpetual exception:
Error: Permission denied for <http://www.site.com> to get propertyl Window.FB from <http://site.com>
Any idea how to work around this? I prefer not to ask the customer to remove the document.domain='site.com'