author | vinoth <cegvinoth@gmail.com> |
Mon, 07 May 2018 15:04:33 -0400 | |
changeset 417139 | fbedfe4048ec2a240097c1939cdf267a35bb75cf |
parent 417138 | 2e48ec2ac122994d9181d0ba0db60edd77c8a1f4 |
child 417140 | e9f138b851dedc19670bbbf8a11567cf9f516825 |
push id | 33961 |
push user | rgurzau@mozilla.com |
push date | Mon, 07 May 2018 22:08:28 +0000 |
treeherder | mozilla-central@59005ba3cd3e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ckerschb |
bugs | 1456096 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -2471,17 +2471,17 @@ pref("security.directory", pref("security.dialog_enable_delay", 1000); pref("security.notification_enable_delay", 500); pref("security.csp.enable", true); pref("security.csp.experimentalEnabled", false); pref("security.csp.enableStrictDynamic", true); #if defined(DEBUG) && !defined(ANDROID) -pref("csp.content_privileged_about_uris_without_csp", "blank,credits,home,logo,newtab,printpreview,srcdoc,studies"); +pref("csp.content_privileged_about_uris_without_csp", "blank,home,newtab,printpreview,srcdoc,studies"); #endif #ifdef NIGHTLY_BUILD pref("security.csp.enable_violation_events", true); #else pref("security.csp.enable_violation_events", false); #endif