summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-06-18 00:52:47 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-06-18 00:52:47 +0000
commit5fe54d70352ee8f54d048abfe3585579f87bd307 (patch)
tree550cb79f29cf5e8e54d00cc10cf3fe7e62ac12bd /firefox-mozconfig
parentfixes #200631: firefox -d starts with a convicted monopolist's product page (diff)
downloadlibrewolf-fedora-ff-5fe54d70352ee8f54d048abfe3585579f87bd307.tar.gz
librewolf-fedora-ff-5fe54d70352ee8f54d048abfe3585579f87bd307.tar.bz2
librewolf-fedora-ff-5fe54d70352ee8f54d048abfe3585579f87bd307.zip
- Firefox 3 Final
Diffstat (limited to 'firefox-mozconfig')
-rwxr-xr-xfirefox-mozconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/firefox-mozconfig b/firefox-mozconfig
index 3dd4cdc..566b80f 100755
--- a/firefox-mozconfig
+++ b/firefox-mozconfig
@@ -25,6 +25,7 @@ ac_add_options --enable-canvas
ac_add_options --enable-startup-notification
ac_add_options --enable-libxul
ac_add_options --disable-crashreporter
+ac_add_options --enable-safe-browsing
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
bgstack15