mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +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