Upload files to "/"

This commit is contained in:
Narsil 2024-03-12 19:13:58 +00:00
parent 9f3e4f5c3d
commit a5b198b6e8
1 changed files with 9 additions and 0 deletions

View File

@ -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 ## 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. 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. 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. 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 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.enabled", false);
user_pref("extensions.update.url", ""); user_pref("extensions.update.url", "");
user_pref("extensions.autoupdate.enabled", false); user_pref("extensions.autoupdate.enabled", false);
user_pref("extensions.update.background.url", ""); user_pref("extensions.update.background.url", "");
user_pref("extensions.update.autoUpdateDefault", false);
## Considerations ## Considerations