mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-09 09:51:02 +01:00
Disable spell checking (#601)
This commit is contained in:
parent
57d60bdfa6
commit
def3c47a1e
@ -120,6 +120,7 @@ export class WindowMain {
|
|||||||
backgroundColor: "#fff",
|
backgroundColor: "#fff",
|
||||||
alwaysOnTop: this.enableAlwaysOnTop,
|
alwaysOnTop: this.enableAlwaysOnTop,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
|
spellcheck: false,
|
||||||
nodeIntegration: true,
|
nodeIntegration: true,
|
||||||
backgroundThrottling: false,
|
backgroundThrottling: false,
|
||||||
contextIsolation: false,
|
contextIsolation: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user