DescriptionThis fixes the bug IE hanging when navigated to bing.com.
The bug was caused by the fact that IE jumps out of AppContainer when navigating to bing.com. That caused us problems when communicating to AdblockPlusEngine.
Key decisions implemented here:
1. Always run AdblockPlusEngine in low integrity
2. Give access to AdblockPlusEngine to all app containers. (IE and all Modern UI apps). Giving access to specific AppContainer seems to mark the process as part of that AppContainer, which in turn blocks all requests from out-of-appcontainer.
3. Mark the named pipe as low integrity resource explicitly for cases when engine was launched with higher integrity.
Patch Set 1 #
Total comments: 14
Patch Set 2 : Slaying the comments #
Total comments: 6
MessagesTotal messages: 7
|