-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft Teams: "Doh! Something went wrong..." #202
Comments
I would guess: /* 2404 */ user_pref("dom.indexedDB.enabled", true); // false breaks sites like OWA |
I already set this for Outlook Web App to work (https://github.com/ghacksuserjs/ghacks-user.js/issues/180). |
You mean to you have changed it to true? False will break OWA. |
Yes, I mean I set it to |
First try with disabled firefox extensions, to be sure some extension does not create a mess. |
MS Team is lite version of SPPS (Share Point Portal Server) used for team collaboration. |
@crssi Of course I'm not using any extensions (I linked to https://github.com/ghacksuserjs/ghacks-user.js/issues/180 and there I said that so I thought it goes without saying). @Thorin-Oakenpants I'm not a fan of using browser for things it's not necessarily designed to. WebRTC is different from M$ Teams. What about IP leaks from WebRTC, still an issue? Well, I guess I need to add the user.js settings half by half and test (sure, will let you know (that also goes without saying)). |
Found it. It is |
I don't believe any cross domain login is involved. Normally here everything goes over SSO. |
@Thorin-Oakenpants Tried your suggestion and set I think Wouldn't be surprised if cross domain login is involved. |
I also have only sometimes sites that need indexedDB, but those are also not my main sites, but are found randomly and I use the Iridium Browser for those rare instances so that that found site just works for the minute that I need it (Iridium Browser is not a replacement for the |
Which settings in
user.js
need to be changed from Microsoft Teams to work?The text was updated successfully, but these errors were encountered: