| Index: mobile/android/components/AboutRedirector.js |
| =================================================================== |
| --- a/mobile/android/components/AboutRedirector.js |
| +++ b/mobile/android/components/AboutRedirector.js |
| @@ -92,6 +92,11 @@ |
| #endif |
| } |
| +// Removing some about pages as part of |
| +// https://issues.adblockplus.org/ticket/2531 |
| +for (let moduleName of ["firefox", "fennec", "rights", "apps", "feedback"]) |
|
René Jeschke
2015/05/18 11:36:52
Are you sure, that the application only links to '
|
| + delete modules[moduleName]; |
| + |
| function AboutRedirector() {} |
| AboutRedirector.prototype = { |
| QueryInterface: XPCOMUtils.generateQI([Ci.nsIAboutModule]), |