1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-6006] Restrict desktop devtools to dev mode only (#7765)

This commit is contained in:
Oscar Hinton
2024-02-19 16:08:25 +01:00
committed by GitHub
parent cbcd5d9747
commit 8e1ccb293e
2 changed files with 10 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ export class WindowMain {
backgroundThrottling: false,
contextIsolation: true,
session: this.session,
devTools: isDev(),
},
});