Upload files to "/"
This commit is contained in:
parent
9814cd819c
commit
a7094983b1
5
user.js
5
user.js
|
@ -588,6 +588,11 @@ user_pref("dom.payments.defaults.saveCreditCard", false);
|
|||
// -------------------------------------
|
||||
// Disable Displaying Javascript in History URLs
|
||||
user_pref("browser.urlbar.filter.javascript", true);
|
||||
// -------------------------------------
|
||||
// Disable Firefox AI Chatbot
|
||||
user_pref("browser.ml.chat.enabled", false);
|
||||
user_pref("browser.ml.chat.shortcuts", false);
|
||||
user_pref("browser.ml.chat.sidebar", false);
|
||||
//
|
||||
// DOWNLOADS
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue