Upload files to "/"
This commit is contained in:
parent
868b4e426b
commit
60cecfcc42
4
user.js
4
user.js
|
@ -57,6 +57,10 @@ user_pref("browser.newtabpage.add_to_session_history", false);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Tabs on top
|
// Tabs on top
|
||||||
// user_pref(“browser.tabs.onTop", true);
|
// user_pref(“browser.tabs.onTop", true);
|
||||||
|
// -------------------------------------
|
||||||
|
// Control whether the tab page title is included in the window title
|
||||||
|
user_pref("privacy.exposeContentTitleInWindow", false);
|
||||||
|
user_pref("privacy.exposeContentTitleInWindow.pbm", false);
|
||||||
//
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// GEOLOCATION
|
// GEOLOCATION
|
||||||
|
|
Loading…
Reference in New Issue