diff options
Diffstat (limited to 'mailnews/addrbook/src/nsAbContentHandler.cpp')
-rw-r--r-- | mailnews/addrbook/src/nsAbContentHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailnews/addrbook/src/nsAbContentHandler.cpp b/mailnews/addrbook/src/nsAbContentHandler.cpp index 6e283d82b..3ee00148c 100644 --- a/mailnews/addrbook/src/nsAbContentHandler.cpp +++ b/mailnews/addrbook/src/nsAbContentHandler.cpp @@ -125,7 +125,7 @@ nsAbContentHandler::HandleContent(const char *aContentType, uri, this, nullPrincipal, - nsILoadInfo::SEC_NORMAL, + nsILoadInfo::SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL, nsIContentPolicy::TYPE_OTHER); NS_ENSURE_SUCCESS(rv, rv); |