update changelog
This commit is contained in:
parent
02c0df8b89
commit
54f2f968ab
1 changed files with 2 additions and 0 deletions
|
|
@ -10,12 +10,14 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
|
||||||
**References**:
|
**References**:
|
||||||
- showing the insecure connection text is redundant as there's already the lock UI for http websites.
|
- showing the insecure connection text is redundant as there's already the lock UI for http websites.
|
||||||
- `browser.places.speculativeConnect.enabled` controls speculative connections for bookmarks and will be fully effective only once we hit v98.
|
- `browser.places.speculativeConnect.enabled` controls speculative connections for bookmarks and will be fully effective only once we hit v98.
|
||||||
|
- we will no longer disable history but we'll clear it on close. [reasoning](https://gitlab.com/librewolf-community/settings/-/issues/135).
|
||||||
|
|
||||||
**Notes**: the settings have been re-organized and they should also be documented a bit better now.
|
**Notes**: the settings have been re-organized and they should also be documented a bit better now.
|
||||||
|
|
||||||
#### Removed preferences
|
#### Removed preferences
|
||||||
```
|
```
|
||||||
defaultPref("security.insecure_connection_text.enabled", true); // display http websites as insecure in the ui
|
defaultPref("security.insecure_connection_text.enabled", true); // display http websites as insecure in the ui
|
||||||
|
defaultPref("places.history.enabled", true);
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Added preferences
|
#### Added preferences
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue