From 90e0a824ea0b4888ed0a6e75197460a129943186 Mon Sep 17 00:00:00 2001 From: aceman Date: Wed, 13 Mar 2019 22:32:23 +0100 Subject: [PATCH] Bug 1535096 - Port bug 1532514: add sinon-7.2.7.js to pref security.uris_using_eval_with_system_principal. r=jorgk --- mail/app/profile/all-thunderbird.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 91d3ee0605..c38695bb72 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -804,7 +804,7 @@ pref("security.webauth.u2f", true); #if defined(DEBUG) // Allow eval in these files, see bug 1522608. pref("security.allow_eval_with_system_principal", false); -pref("security.uris_using_eval_with_system_principal", "ajv-4.1.1.js,autocomplete.xml,box.jsm,calDavCalendar.js,chrometask_chromescript,content-task.js,dialog.xml,gdataSession.jsm,jsol.js,jszip.js,lodash.js,parent_utils.js,preferencesbindings.js,react-redux.js,redux.js,setup,tree.xml,updates.js,wizard.xml"); +pref("security.uris_using_eval_with_system_principal", "ajv-4.1.1.js,autocomplete.xml,box.jsm,calDavCalendar.js,chrometask_chromescript,content-task.js,dialog.xml,gdataSession.jsm,jsol.js,jszip.js,lodash.js,parent_utils.js,preferencesbindings.js,react-redux.js,redux.js,setup,sinon-7.2.7.js,tree.xml,updates.js,wizard.xml"); #endif // Use OS date and time settings by default.