first commit
This commit is contained in:
6
etc_org/firefox/pref/apturl.js
Normal file
6
etc_org/firefox/pref/apturl.js
Normal file
@ -0,0 +1,6 @@
|
||||
pref("network.protocol-handler.app.apt","/usr/bin/apturl");
|
||||
pref("network.protocol-handler.warn-external.apt",false);
|
||||
pref("network.protocol-handler.app.apt+http","/usr/bin/apturl");
|
||||
pref("network.protocol-handler.warn-external.apt+http",false);
|
||||
pref("network.protocol-handler.external.apt",true);
|
||||
pref("network.protocol-handler.external.apt+http",true);
|
4
etc_org/firefox/syspref.js
Normal file
4
etc_org/firefox/syspref.js
Normal file
@ -0,0 +1,4 @@
|
||||
// This file can be used to configure global preferences for Firefox
|
||||
// Example: Homepage
|
||||
//pref("browser.startup.homepage", "http://www.weebls-stuff.com/wab/");
|
||||
|
Reference in New Issue
Block a user