From 70d13f71fe649c3a377832b38903d43dac1c101e Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 29 Aug 2020 18:14:58 -0400 Subject: [PATCH] Fix indentation of bullet list in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd466be35f..a4a8751bf0 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Iceweasle Mobile is a web browser for Android, based on [Mozilla's Fenix version Our goal is to be a close fork of the new Firefox for Android that seeks to provide users with more options, more opportunities to customize (including a broad extension library), and more information about the pages they visit and how their browsers are interacting with those pages. Notable features include: - * `about:config` support - * The ability to *attempt* to install a much longer list of add-ons than Mozilla's Fenix version of Firefox accepts. Currently the browser queries [this AMO collection](https://addons.mozilla.org/en-US/firefox/collections/16201230/What-I-want-on-Fenix/) **Most of them will not work**, because they depend on code that Mozilla is still working on writing in `android-components`, but you may attempt to install them. If you don't see an add-on you want, you can [request it](https://github.com/interfect/fenix/issues/new). - * **No warranties or guarantee of security or updates**. Binaries are currently are manually built and are not meaningfully signed. Why should you trust random people on the Internet to provide your web browser, one of the most important pieces of software you use? You probably shouldn't. Go away. + * `about:config` support + * The ability to *attempt* to install a much longer list of add-ons than Mozilla's Fenix version of Firefox accepts. Currently the browser queries [this AMO collection](https://addons.mozilla.org/en-US/firefox/collections/16201230/What-I-want-on-Fenix/) **Most of them will not work**, because they depend on code that Mozilla is still working on writing in `android-components`, but you may attempt to install them. If you don't see an add-on you want, you can [request it](https://github.com/interfect/fenix/issues/new). + * **No warranties or guarantee of security or updates**. Binaries are currently are manually built and are not meaningfully signed. Why should you trust random people on the Internet to provide your web browser, one of the most important pieces of software you use? You probably shouldn't. Go away. In addition, we intend to try to cut down on telemetry and proprietary code to as great of an extent as possible as long as doing so does not compromise the user experience or make the fork too hard to maintain. **Right now, the Iceweasle Mobile browser still (tries to) send telemetry to Mozilla, even though it's not their browser.** We haven't managed to turn it off yet. Presumably that data is governed by Mozilla's privacy policy, but as Iceweasle Mobile is, again **not a Mozilla product**, we can make no promises.