docs→rtfd

This commit is contained in:
Marc Beninca 2021-12-11 15:32:21 +01:00
parent 7bc781ed11
commit c7ec1dc5d1
131 changed files with 1 additions and 1 deletions

View 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");

View file

@ -0,0 +1,20 @@
Import certificate from web page
================================
Set the web server's MIME types
CA certificate
--------------
::
application/x-x509-ca-cert crt der pem;
Client certificate
------------------
.. warning:: doesn't work, bug still open
::
application/x-x509-user-cert p12 pfx;

View file

@ -0,0 +1,7 @@
firefox
=======
.. toctree::
configure
import_certificate_from_web_page