Enables sandbox for all windows except main
This commit is contained in:
parent
abb839c24b
commit
e211837bcd
67 changed files with 1190 additions and 615 deletions
6
ts/context/localeMessages.ts
Normal file
6
ts/context/localeMessages.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { ipcRenderer } from 'electron';
|
||||
|
||||
export const localeMessages = ipcRenderer.sendSync('locale-data');
|
Loading…
Add table
Add a link
Reference in a new issue