ReHIPS forum

English Subforum => Developers' Blog => Topic started by: fixer on April 20, 2018, 05:32:06 PM

Title: [BUG] Internet Download Manager plugin and isolated browsers
Post by: fixer on April 20, 2018, 05:32:06 PM
IDM (Internet Download Manager) plugin may misbehave with isolated browsers. The reason behind this issue is that injected into browsers plugin tries to communicate with main IDM process. The process works from real user and even restarted (by injected code from explorer.exe), if it's not the case. It communicates via DCOM and plugin working from isolated browser can't connect to it because of security access restrictions. Possible solution to this is to disable the plugin and rely on driver downloads interception, it works for any user including isolated ones.