docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
16
rtfd/public/firefox/configure.rst
Normal file
16
rtfd/public/firefox/configure.rst
Normal file
|
@ -0,0 +1,16 @@
|
|||
Configure
|
||||
=========
|
||||
|
||||
* prefs.js
|
||||
* user.js
|
||||
|
||||
Client certificates
|
||||
-------------------
|
||||
|
||||
.. code:: js
|
||||
|
||||
user_pref("browser.tabs.closeWindowWithLastTab", false);
|
||||
user_pref("browser.urlbar.trimURLs", false);
|
||||
user_pref("full-screen-api.warning.timeout", 0);
|
||||
user_pref("security.default_personal_cert", "Ask Every Time");
|
||||
user_pref("security.default_personal_cert", "Select Automatically");
|
Loading…
Add table
Add a link
Reference in a new issue