Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: mobile/android/base/AndroidManifest.xml.in

Issue 4819695857303552: Issue 2561 - Installing extensions should not be allowed until official support lands (Closed)
Patch Set: "Wording." Created May 22, 2015, 3:49 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mobile/android/chrome/content/browser.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | mobile/android/chrome/content/browser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld