From a5b198b6e8f5faf17c027044dac34ba11fded087 Mon Sep 17 00:00:00 2001 From: Narsil Date: Tue, 12 Mar 2024 19:13:58 +0000 Subject: [PATCH] Upload files to "/" --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9f0301f..a936525 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,23 @@ As for the first one, make sure you enable "Use legacy listing for root" in Sett ## Installing Iceraven addons in Fennec/Mull/Firefox Nightly First of all, take into account automatic addons updates are blocked in order to avoid all the Mozilla connections. + Go to Settings, about Fennec/Mull/Firefox Nightly, tap 5 times over its logo, Debug mode will enable. + Back to Settings, Install add-on from file and select your .xpi files. + Anyway, if you wish automatic updates, edit these files adding // this way -> user_pref -> // user_pref + user_pref("extensions.update.enabled", false); + user_pref("extensions.update.url", ""); + user_pref("extensions.autoupdate.enabled", false); + user_pref("extensions.update.background.url", ""); +user_pref("extensions.update.autoUpdateDefault", false); + ## Considerations