| Index: mobile/android/base/AndroidManifest.xml.in |
| diff --git a/mobile/android/base/AndroidManifest.xml.in b/mobile/android/base/AndroidManifest.xml.in |
| index 93704d2e6df9507418ce508021f7a1ebb52b3825..83bf6044fe0d2cae44d819f3bbf9f4e0ab212621 100644 |
| --- a/mobile/android/base/AndroidManifest.xml.in |
| +++ b/mobile/android/base/AndroidManifest.xml.in |
| @@ -202,23 +202,25 @@ |
| </intent-filter> |
| <!-- For XPI installs from websites and the download manager. --> |
| - <intent-filter> |
| + <!-- We disable XPI installation here because of https://issues.adblockplus.org/ticket/2561 --> |
| + <!-- <intent-filter> |
| <action android:name="android.intent.action.VIEW" /> |
| <category android:name="android.intent.category.DEFAULT" /> |
| <data android:scheme="file" /> |
| <data android:scheme="http" /> |
| <data android:scheme="https" /> |
| <data android:mimeType="application/x-xpinstall" /> |
| - </intent-filter> |
| + </intent-filter> --> |
| <!-- For XPI installs from file: URLs. --> |
| - <intent-filter> |
| + <!-- We disable XPI installation here because of https://issues.adblockplus.org/ticket/2561 --> |
| + <!-- <intent-filter> |
| <action android:name="android.intent.action.VIEW" /> |
| <category android:name="android.intent.category.DEFAULT" /> |
| <data android:host="" /> |
| <data android:scheme="file" /> |
| <data android:pathPattern=".*\\.xpi" /> |
| - </intent-filter> |
| + </intent-filter> --> |
| #ifdef MOZ_ANDROID_BEAM |
| <intent-filter> |