Allowing Sandboxed App to Open Browser Links Unsandboxed

Post Reply
SpeedyBrain
Posts: 2
Joined: Tue Apr 04, 2023 7:05 pm

Allowing Sandboxed App to Open Browser Links Unsandboxed

Post by SpeedyBrain »

Hello,

Is there to allow my sandboxed apps to open links in my regular browser window? There are often crashes and inability to run my browser with Sandboxie and it would just be nice to be able to open links normally. I use Sandboxie primarily for privacy reasons not for security.

Thanks!

User avatar
bastik-1001
Posts: 361
Joined: Sat Apr 22, 2023 8:30 am
Contact:

Re: Allowing Sandboxed App to Open Browser Links Unsandboxed

Post by bastik-1001 »

Yes, there is a way (if you have not figured it out, on your own, since you posted that some time ago).

You can define breakout processes per box, either with the UI or by adding

Code: Select all

BreakoutProcess=program.exe
to the ini section for the box. For example

Code: Select all

BreakoutProcess=firefox.exe
In the plus UI this option can be found in the Sandbox Options under Program Control at the tab Breakout Programs.

Post Reply