Bug 1539183, Remove tree.xml, content-task.js dupplicate from eval() whitelist, r=ckerschb

Differential Revision: https://phabricator.services.mozilla.com/D24908

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jonas Allmann 2019-04-09 11:03:11 +00:00
Родитель 4b00a87326
Коммит 647e267f00
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2701,7 +2701,7 @@ pref("csp.overrule_about_uris_without_csp_whitelist", false);
pref("csp.skip_about_page_has_csp_assert", false);
// assertion flag will be set to false after fixing Bug 1473549
pref("security.allow_eval_with_system_principal", false);
pref("security.uris_using_eval_with_system_principal", "autocomplete.xml,redux.js,react-redux.js,content-task.js,content-task.js,tree.xml,preferencesbindings.js,lodash.js,jszip.js,sinon-7.2.7.js,ajv-4.1.1.js,updates.js,setup,jsol.js,parent_utils.js,chrometask_chromescript");
pref("security.uris_using_eval_with_system_principal", "autocomplete.xml,redux.js,react-redux.js,content-task.js,preferencesbindings.js,lodash.js,jszip.js,sinon-7.2.7.js,ajv-4.1.1.js,updates.js,setup,jsol.js,parent_utils.js,chrometask_chromescript");
#endif
// Default Content Security Policy to apply to signed contents.