summaryrefslogtreecommitdiffstats
path: root/mobile/android/components/MobileComponents.manifest
diff options
context:
space:
mode:
authortrav90 <travawine@protonmail.ch>2018-05-12 08:18:44 -0500
committertrav90 <travawine@protonmail.ch>2018-05-12 08:18:44 -0500
commit8e08b8cef22be82dfc6f62bf8531ba3da097ef9b (patch)
treeb32807d7bd960560d38bef4e47935d215c8163f6 /mobile/android/components/MobileComponents.manifest
parent5909cef47a4aaf458e41e0d2a46b88972b934dff (diff)
downloadUXP-8e08b8cef22be82dfc6f62bf8531ba3da097ef9b.tar
UXP-8e08b8cef22be82dfc6f62bf8531ba3da097ef9b.tar.gz
UXP-8e08b8cef22be82dfc6f62bf8531ba3da097ef9b.tar.lz
UXP-8e08b8cef22be82dfc6f62bf8531ba3da097ef9b.tar.xz
UXP-8e08b8cef22be82dfc6f62bf8531ba3da097ef9b.zip
Make safebrowsing optional at build time - Part 2: mobile/
Diffstat (limited to 'mobile/android/components/MobileComponents.manifest')
-rw-r--r--mobile/android/components/MobileComponents.manifest2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/android/components/MobileComponents.manifest b/mobile/android/components/MobileComponents.manifest
index 8cf8f9a27..5194de48f 100644
--- a/mobile/android/components/MobileComponents.manifest
+++ b/mobile/android/components/MobileComponents.manifest
@@ -14,7 +14,9 @@ contract @mozilla.org/network/protocol/about;1?what=privatebrowsing {322ba47e-70
#ifdef MOZ_SERVICES_HEALTHREPORT
contract @mozilla.org/network/protocol/about;1?what=healthreport {322ba47e-7047-4f71-aebf-cb7d69325cd9}
#endif
+#ifdef MOZ_SAFE_BROWSING
contract @mozilla.org/network/protocol/about;1?what=blocked {322ba47e-7047-4f71-aebf-cb7d69325cd9}
+#endif
contract @mozilla.org/network/protocol/about;1?what=accounts {322ba47e-7047-4f71-aebf-cb7d69325cd9}
contract @mozilla.org/network/protocol/about;1?what=logins {322ba47e-7047-4f71-aebf-cb7d69325cd9}