hide firefox view for now
This commit is contained in:
parent
7211e954b8
commit
97c527ac0b
2 changed files with 12 additions and 4 deletions
|
|
@ -5,11 +5,11 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
|
||||||
|
|
||||||
**target commit**:
|
**target commit**:
|
||||||
|
|
||||||
**base librewolf version**:
|
**base librewolf version**: 106.x
|
||||||
|
|
||||||
**References**:
|
**References**:
|
||||||
|
|
||||||
-
|
- hide Firefox View til reviewed, see https://gitlab.com/librewolf-community/browser/source/-/issues/78;
|
||||||
|
|
||||||
#### Removed preferences
|
#### Removed preferences
|
||||||
|
|
||||||
|
|
@ -17,11 +17,17 @@ Setting versions are documented using the pref `librewolf.cfg.version`, availabl
|
||||||
defaultPref("browser.ssl_override_behavior", 1); // deprecated
|
defaultPref("browser.ssl_override_behavior", 1); // deprecated
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Added preferences
|
||||||
|
|
||||||
|
```
|
||||||
|
defaultPref("browser.tabs.firefox-view", false);
|
||||||
|
```
|
||||||
|
|
||||||
# 7.1
|
# 7.1
|
||||||
|
|
||||||
**target commit**:
|
**target commit**: 33e1ec1cb97d1f16a696057fe9007ae8391def6b
|
||||||
|
|
||||||
**base librewolf version**:
|
**base librewolf version**: 106.x
|
||||||
|
|
||||||
**References**:
|
**References**:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -422,6 +422,8 @@ lockPref("browser.newtabpage.activity-stream.telemetry", false);
|
||||||
// hide stories UI in about:preferences#home, empty highlights list
|
// hide stories UI in about:preferences#home, empty highlights list
|
||||||
lockPref("browser.newtabpage.activity-stream.feeds.section.topstories.options", "{\"hidden\":true}");
|
lockPref("browser.newtabpage.activity-stream.feeds.section.topstories.options", "{\"hidden\":true}");
|
||||||
lockPref("browser.newtabpage.activity-stream.default.sites", "");
|
lockPref("browser.newtabpage.activity-stream.default.sites", "");
|
||||||
|
// hide Firefox View til reviewed, see https://gitlab.com/librewolf-community/browser/source/-/issues/78
|
||||||
|
defaultPref("browser.tabs.firefox-view", false);
|
||||||
|
|
||||||
/** [SECTION] ABOUT
|
/** [SECTION] ABOUT
|
||||||
* remove annoying ui elements from the about pages, including about:protections
|
* remove annoying ui elements from the about pages, including about:protections
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue