[release/6.0] Backport bypass OS security model + prevent failures on multiple exit messages #1318
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Should fix dotnet/runtime#108859.
In the tests running on newer .net we have
no-sandbox
passed to the browser. There are chrome user reports confirming that this fixes the issue. This flag was introduced in #951, so while backporting I added both changes from the original PR: no sandbox + avoiding failures on multiple exit messages.Backport of #951 to release/6.0
Customer Impact
Testing
CI
Risk
This is infa-only.