mirror of
https://github.com/bitwarden/desktop
synced 2026-01-04 17:43:24 +00:00
preserveWhitespaces
This commit is contained in:
@@ -12,7 +12,7 @@ if (!isDev()) {
|
||||
enableProdMode();
|
||||
}
|
||||
|
||||
platformBrowserDynamic().bootstrapModule(AppModule);
|
||||
platformBrowserDynamic().bootstrapModule(AppModule, { preserveWhitespaces: true });
|
||||
|
||||
// Disable drag and drop to prevent malicious links from executing in the context of the app
|
||||
document.addEventListener('dragover', (event) => event.preventDefault());
|
||||
|
||||
Reference in New Issue
Block a user