mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 04:53:17 +00:00
Disable sandboxing for now.
Sandboxing will default to enabled in Electron ≥ 20, but we don’t support it yet. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -42,7 +42,7 @@ export default class WebView {
|
||||
src="${props.url}"
|
||||
${props.preload === undefined
|
||||
? html``
|
||||
: html`preload="${props.preload}"`}
|
||||
: html`preload="${props.preload}" webpreferences="sandbox=no"`}
|
||||
partition="persist:webviewsession"
|
||||
allowpopups
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user