[Mm 37198] enable global sandboxing to increase security (#1667)
* prevent creating new windows from popup windows * enable sandbox * fix windows detection logic * disable on testing environment Co-authored-by: = <=>
This commit is contained in:
@@ -102,6 +102,8 @@ export type RegistryConfig = {
|
||||
export type CombinedConfig = ConfigV3 & BuildConfig & {
|
||||
registryTeams: Team[];
|
||||
appName: string;
|
||||
useNativeWindow: boolean;
|
||||
|
||||
}
|
||||
|
||||
export type LocalConfiguration = Config & {
|
||||
|
Reference in New Issue
Block a user