-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable contextIsolation
for all windows
#128099
Comments
Looks like there is a native crash when running from my macOS ARM device out of sources (branch: https://github.com/microsoft/vscode/tree/ben/contextIsolation): |
Its a crash when trying to proxy
EXC_BAD_ACCESS crash.
Temporary workaround until further investigation is to avoid hitting the custom interceptor by |
Thanks, pushed a fix for that. We still cannot launch with
|
I came to the conclusion that we can just go for sandbox: #154006 |
We should explore to enable
contextIsolation
for all windows and ensure:contextBridge
when using the exposed API from our preload scriptThe text was updated successfully, but these errors were encountered: