Run the tests at level 3 draft
authorAlex Gaynor <agaynor@mozilla.com>
Wed, 21 Jun 2017 10:24:57 -0400
changeset 601631 ac4f3385bd5d4c72ff900e46b09966e0d9f1f0bc
parent 601630 1a0d461a8e1d7e77571fb951fadc1d42445972a4
child 635345 e37f52088c9dea44d67082159ef1546e96de0e99
push id66153
push userbmo:agaynor@mozilla.com
push dateWed, 28 Jun 2017 23:27:15 +0000
milestone56.0a1
Run the tests at level 3 MozReview-Commit-ID: H41JzJuRK7k
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1078,17 +1078,17 @@ pref("security.sandbox.gpu.level", 0);
 // 2 -> "preliminary content sandboxing enabled with profile protection:
 //       write access to home directory is prevented, read and write access
 //       to ~/Library and profile directories are prevented (excluding
 //       $PROFILE/{extensions,weave})"
 // This setting is read when the content process is started. On Mac the content
 // process is killed when all windows are closed, so a change will take effect
 // when the 1st window is opened.
 #if defined(NIGHTLY_BUILD)
-pref("security.sandbox.content.level", 2);
+pref("security.sandbox.content.level", 3);
 #else
 pref("security.sandbox.content.level", 1);
 #endif
 #endif
 
 #if defined(XP_LINUX) && defined(MOZ_SANDBOX) && defined(MOZ_CONTENT_SANDBOX)
 // This pref is introduced as part of bug 742434, the naming is inspired from
 // its Windows/Mac counterpart, but on Linux it's an integer which means: