Firefox: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
about:config -> Search for "timeout":
about:config -> Search for "timeout":


* "network.http.keep-alive.timeout" The amount of time (in second) after which a connection without user activity is closed.  
* "network.http.keep-alive.timeout": the amount of time (in second) after which a connection without user activity is closed.  
* network.http.connection-timeout
* "network.http.connection-timeout": <font color=red>?</font>


More about {{Internal|HTTP_Persistent_Connections#Timing_Out_a_Persistent_Connection|Persistent HTTP Connections}}
More about {{Internal|HTTP_Persistent_Connections#Timing_Out_a_Persistent_Connection|Persistent HTTP Connections}}

Revision as of 21:29, 8 January 2017

Internal

Re-Use Firefox's NSS Certificate Database

The certificates are found under the profile directory. For Mac: /Users/<user-name>/Library/Application Support/Firefox/Profiles/9zoulw04.default

Copy all *.db files:

cert8.db  key3.db   secmod.db

Connection Timeout

about:config -> Search for "timeout":

  • "network.http.keep-alive.timeout": the amount of time (in second) after which a connection without user activity is closed.
  • "network.http.connection-timeout": ?

More about

Persistent HTTP Connections