Bug 1580120 - Remove obsolete pref csp.about_uris_without_csp. r=mkmelin

This commit is contained in:
Geoff Lankow 2019-09-10 20:58:10 +12:00
Родитель 8e3684728b
Коммит 8bd15de486
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -351,10 +351,6 @@ pref("network.protocol-handler.warn-external.ftp", false);
pref("network.hosts.smtp_server", "mail");
pref("network.hosts.pop_server", "mail");
// Temporarily add 'preferences' and 'newserror' to the list of about: pages that do not have a CSP specified.
// The list should be kept in sync with the one in m-c/modules/libpref/init/all.js. See bug 1495983.
pref("csp.about_uris_without_csp", "preferences,newserror,blank,printpreview,srcdoc,about,addons,cache-entry,config,crashes,debugging,devtools,downloads,home,memory,networking,newtab,performance,policies,profiles,restartrequired,searchreset,serviceworkers,sessionrestore,support,sync-log,telemetry,url-classifier,webrtc,welcomeback");
#if defined(DEBUG)
// For testing purposes only: Flipping this pref to true allows
// to skip the assertion that every about page ships with a CSP.