This is a backport PR for branch 41-x-y
trop[bot]

#52849: fix: inherit sandbox flags in windows opened by a sandboxed top-level frame

Merged
Created: Aug 16, 2026, 5:29:54 AM
Merged: Aug 16, 2026, 2:02:24 PM
1 comments
Target: 41-x-y

Backport of #52841

See that PR for details.

Notes: Fixed windows opened by a sandboxed top-level frame not inheriting the opener's sandbox restrictions.

Backport Information

Original PR Author
MarshallOfSound
Original PR Status
Merged
Original PR Merged At
Aug 16, 2026, 5:29:25 AM
Original PR Link
GitHubView on GitHub

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron