| Index: modules/libpref/init/all.js |
| =================================================================== |
| --- a/modules/libpref/init/all.js |
| +++ b/modules/libpref/init/all.js |
| @@ -4389,17 +4389,18 @@ pref("browser.history.allowReplaceState" |
| pref("browser.history.allowPopState", true); |
| pref("browser.history.maxStateObjectSize", 655360); |
| // XPInstall prefs |
| pref("xpinstall.whitelist.required", true); |
| // Only Firefox requires add-on signatures |
| pref("xpinstall.signatures.required", false); |
| pref("extensions.alwaysUnpack", false); |
| -pref("extensions.minCompatiblePlatformVersion", "2.0"); |
| +// Changed min compat version. See https://issues.adblockplus.org/ticket/4765 |
| +pref("extensions.minCompatiblePlatformVersion", "1.0"); |
| pref("network.buffer.cache.count", 24); |
| pref("network.buffer.cache.size", 32768); |
| // Desktop Notification |
| pref("notification.feature.enabled", false); |
| // Web Notification |