Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
The-OP committed Jul 25, 2015
1 parent 042daf1 commit 82580c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions prefs/prefs_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ user_pref("media.gmp-manager.certs.1.issuerName", "");
user_pref("media.gmp-manager.certs.2.commonName", "");
user_pref("media.gmp-manager.certs.2.issuerName", "");

// https://github.com/The-OP/Fox/issues/25
// https://mxr.mozilla.org/mozilla-esr38/source/toolkit/modules/GMPUtils.jsm?rev=0f8338121472#84
// https://mxr.mozilla.org/mozilla-esr38/source/toolkit/modules/GMPInstallManager.jsm?rev=0f8338121472#384
// https://mxr.mozilla.org/mozilla-esr38/source/toolkit/modules/GMPInstallManager.jsm?rev=0f8338121472#337
user_pref("media.gmp-manager.lastCheck", 1437696000); // 2015-07-24, 00:00 UTC
user_pref("media.gmp-manager.secondsBetweenChecks", 630720000); // 20 лет.

// Полностью отключает WebIDE, убирает его кнопку и из меню Developer Tools.
user_pref("devtools.webide.enabled", false);
user_pref("devtools.appmanager.enabled", false);
Expand Down

0 comments on commit 82580c1

Please sign in to comment.