wok-stable view thunderbird/stuff/thunderbird.cfg @ rev 12457

linux: CVE-2016-5195
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 21 16:31:54 2016 +0200 (2016-10-21)
parents
children
line source
1 // SliTaz 2012
2 //
3 try {
4 pref("network.protocol-handler.app.http", "/usr/bin/midori");
5 pref("network.protocol-handler.app.https", "/usr/bin/midori");
6 } catch(e) {
7 displayError("pref", e);
8 }