New commits:
commit 13edb0fc587e7d1612e8ba1c0865bdbf71c83bb8
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
firefox: Added a few missing options
diff --git a/http/firefox/CONFIGURE b/http/firefox/CONFIGURE
index 331cb81..704b84d 100755
--- a/http/firefox/CONFIGURE
+++ b/http/firefox/CONFIGURE
@@ -1,7 +1,9 @@
-config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n
+config_query FIREFOX_MOZLINK "Create a symlink to mozilla?" n &&
config_query FIREFOX_OFFICIAL "Enable official branding? If enabled, you may
\
-be restricted in distributing these binaries IAW mozilla policies" n
+be restricted in distributing these binaries IAW mozilla policies" n &&
+
+config_query FIREFOX_SAFE "Enable safe browsing (anti-phishing)
implementation?" n &&