mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 02:03:07 +08:00
Turn on JS eval for lodash.
This commit is contained in:
parent
c4e183ec59
commit
2ed37b6fe8
2 changed files with 2 additions and 2 deletions
2
src/K2
2
src/K2
|
@ -1 +1 @@
|
|||
Subproject commit 509cde0f6c7f168dc101bda4242cec0d90f33084
|
||||
Subproject commit 33fd3490549d452f4a0c1a1c5917fbae74d3d1a3
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title>Nylas N1</title>
|
||||
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src * nylas:; script-src 'self' chrome-extension://react-developer-tools; style-src * 'unsafe-inline' nylas:; img-src * data: nylas: file:;">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src * nylas:; script-src 'self' 'unsafe-eval' chrome-extension://react-developer-tools; style-src * 'unsafe-inline' nylas:; img-src * data: nylas: file:;">
|
||||
|
||||
<style>
|
||||
.application-loading-cover {
|
||||
|
|
Loading…
Reference in a new issue