diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-03 14:50:48 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-09-03 14:51:25 +0000 |
commit | f9bff2bb580bf07a0e76266ad47bbac6a48fbbf7 (patch) | |
tree | 68cd677c990a0e3d281b28cb6ec4236c80a63fe4 /testing/firefox/vendor.js | |
parent | 67f0d66bcc7f22d53d3b00a97fc0c98eaf411430 (diff) | |
download | aports-f9bff2bb580bf07a0e76266ad47bbac6a48fbbf7.tar.bz2 aports-f9bff2bb580bf07a0e76266ad47bbac6a48fbbf7.tar.xz |
testing/firefox: add firefox-32.0
Diffstat (limited to 'testing/firefox/vendor.js')
-rw-r--r-- | testing/firefox/vendor.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/firefox/vendor.js b/testing/firefox/vendor.js new file mode 100644 index 0000000000..2ef8b0d5b2 --- /dev/null +++ b/testing/firefox/vendor.js @@ -0,0 +1,3 @@ +// Disable default browser checking. +pref("browser.shell.checkDefaultBrowser", false); + |