Secure browser for mac

broken image

Because of this, the new instance is separated from your 'normal' Chrome data and your bookmarks and other saved data will not be available in this instance.

broken image

This works by creating a new folder/directory 'Chrome dev session' under C: and tells this new Chrome instance to use that folder/directory for its user and session data.

broken image

Which will open a new 'insecure' instance of Chrome at the same time as you keep your other 'secure' browser instances open and working as normal. However, when researching this, I came across a post on Super User, Is it possible to run Chrome with and without web security at the same time?.īasically, you need to add to the command and run it like this instead (or create a shortcut with it and run a new Chrome instance through that) chrome.exe -user-data-dir='C:/Chrome dev session' -disable-web-security The problem with the solution accepted here, in my opinion is that if you already have Chrome open and try to run the chrome.exe -disable-web-security command it won't work.