getstation / electron-chrome-extension

Implementation of Chrome extension APIs for Electron
139 stars 26 forks source link

Mixmax preventing load of other applications #2

Closed alexstrat closed 5 years ago

alexstrat commented 7 years ago

Happens w/ Slack

Mixmax injects content_scrips on <all_urls> and it use jQuery. Since we do not run content scripts in isolated world, it overrides jQuery version of other applications and make them fail.

Fix coming in https://github.com/electron/electron/pull/10404

hugomano commented 5 years ago

@alexstrat can be closed?