diff options
Diffstat (limited to 'mailnews/compose/src/nsMsgComposeService.cpp')
-rw-r--r-- | mailnews/compose/src/nsMsgComposeService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/compose/src/nsMsgComposeService.cpp b/mailnews/compose/src/nsMsgComposeService.cpp index 944f7dbe3..bc202b7df 100644 --- a/mailnews/compose/src/nsMsgComposeService.cpp +++ b/mailnews/compose/src/nsMsgComposeService.cpp @@ -1362,7 +1362,7 @@ nsMsgComposeService::RunMessageThroughMimeDraft( url, nullptr, nullPrincipal, - nsILoadInfo::SEC_NORMAL, + nsILoadInfo::SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL, nsIContentPolicy::TYPE_OTHER); NS_ASSERTION(NS_SUCCEEDED(rv), "NS_NewChannel failed."); if (NS_FAILED(rv)) |