diff options
Diffstat (limited to 'dom/xhr/XMLHttpRequestMainThread.cpp')
-rw-r--r-- | dom/xhr/XMLHttpRequestMainThread.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dom/xhr/XMLHttpRequestMainThread.cpp b/dom/xhr/XMLHttpRequestMainThread.cpp index 8a1c1f0ada..c96f59ab6d 100644 --- a/dom/xhr/XMLHttpRequestMainThread.cpp +++ b/dom/xhr/XMLHttpRequestMainThread.cpp @@ -2479,8 +2479,7 @@ XMLHttpRequestMainThread::CreateChannel() nsCOMPtr<nsILoadGroup> loadGroup = GetLoadGroup(); nsSecurityFlags secFlags; - nsLoadFlags loadFlags = nsIRequest::LOAD_BACKGROUND | - nsIChannel::LOAD_CLASSIFY_URI; + nsLoadFlags loadFlags = nsIRequest::LOAD_BACKGROUND; if (nsContentUtils::IsSystemPrincipal(mPrincipal)) { // When chrome is loading we want to make sure to sandbox any potential // result document. We also want to allow cross-origin loads. |