Add a default for preferences in TorSettings
TorSettings.jsm
is initialized with Tor Browser, and it loads a series of preferences.
However, it does not provide a default for them, therefore if they do not exist, the get*Pref
functions throw, and Tor Browser fails to start.
Therefore we should add the defaults values.