Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asgrim/30793969cb1cf110838a to your computer and use it in GitHub Desktop.
Save asgrim/30793969cb1cf110838a to your computer and use it in GitHub Desktop.
Temporary fix for Chrome removing showModalDialog (breaking OWA)
{
"EnableDeprecatedWebPlatformFeatures": ["ShowModalDialog_EffectiveUntil20150430"]
}
@asgrim
Copy link
Author

asgrim commented Sep 8, 2014

More info here: http://blog.chromium.org/2014/07/disabling-showmodaldialog.html

I'm all for pushing forward with the web, but MS need to update OWA (unlikely) or Chrome need to keep this deprecated feature longer (also unlikely) :(

That leaves OWA users pretty much unable to use Chrome. And Prism for Firefox is dead, so looks like I'm going to be stuck using a standard web browser.

I WISH there was a decent solution for using Exchange in Linux :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment