From bbf10b90975bc11e5ea2ac70196615a041b00f6f Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sun, 10 Nov 2019 17:25:51 -0500 Subject: Bug 1328847 - Change SEC_NORMAL to SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL where system principal is used. Tag #1273 --- mailnews/base/prefs/content/accountcreation/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailnews/base/prefs') diff --git a/mailnews/base/prefs/content/accountcreation/util.js b/mailnews/base/prefs/content/accountcreation/util.js index d867bfbe9..44c22ac45 100644 --- a/mailnews/base/prefs/content/accountcreation/util.js +++ b/mailnews/base/prefs/content/accountcreation/util.js @@ -70,7 +70,7 @@ function readURLasUTF8(uri) null, Services.scriptSecurityManager.getSystemPrincipal(), null, - Ci.nsILoadInfo.SEC_NORMAL, + Ci.nsILoadInfo.SEC_ALLOW_CROSS_ORIGIN_DATA_IS_NULL, Ci.nsIContentPolicy.TYPE_OTHER); let is = Cc["@mozilla.org/intl/converter-input-stream;1"] .createInstance(Ci.nsIConverterInputStream); -- cgit v1.2.3