Create and control browser windows.| www.electronjs.org
YAML history changes: - pr-url: https://github.com/electron/electron/pull/40330 description: "ipcRenderer can no longer be sent over the contextBridge" breaking-changes-header: behavior-changed-ipcrenderer-can-no-longer-be-sent-over-the-contextbridge| www.electronjs.org
The HTTP Content-Security-Policy response header allows website administrators to control resources the user agent is allowed to load for a given page. With a few exceptions, policies mostly involve specifying server origins and script endpoints. This helps guard against cross-site scripting attacks.| MDN Web Docs
Sandbox| chromium.googlesource.com