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..3e5e6cdae1375a407da866d2f85d0082138f70ea 100644 |
--- a/mobile/android/base/AndroidManifest.xml.in |
+++ b/mobile/android/base/AndroidManifest.xml.in |
@@ -201,24 +201,26 @@ |
<action android:name="android.intent.action.SEARCH" /> |
</intent-filter> |
- <!-- For XPI installs from websites and the download manager. --> |
- <intent-filter> |
+ <!-- For XPI installs from websites and the download manager. --> |
+ <!-- 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> |