Package Details: firefox-user-autoconfig 2-1

Git Clone URL: https://aur.archlinux.org/firefox-user-autoconfig.git (read-only, click to copy)
Package Base: firefox-user-autoconfig
Description: Make firefox use a source controllable autoconfig file in the user home
Upstream URL: https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig
Licenses: Unlicense
Conflicts: firefox-user-autoconfig-no-sandbox
Submitter: fp7
Maintainer: fp7
Last Packager: fp7
Votes: 2
Popularity: 0.000063
First Submitted: 2021-07-22 19:44 (UTC)
Last Updated: 2024-04-23 12:33 (UTC)

Latest Comments

fp7 commented on 2024-04-23 12:41 (UTC)

I considered it when i created this package but read somewhere that the sandbox switch was planned to be deprecated.

This package now also creates a variant in which the sandbox is disabled. Hope this helps.

mishoo commented on 2024-04-18 05:21 (UTC)

+1 for disabling the sandbox. Apparently some features cannot be used without it. https://support.mozilla.org/en-US/questions/1235370#answer-1159057

I'd send a PR but I'm not sure how…

Zarkli commented on 2023-01-16 06:28 (UTC)

The package is not working on my machine unless disabling the firefox sandbox

@@ -1,2 +1,4 @@
+// comment
 pref("general.config.filename", "firefox.cfg");
 pref("general.config.obscure_value", 0);
+pref("general.config.sandbox_enabled", false);