Update Docker & Kubernetes/Docker/Docker Compose/Firefox.md
This commit is contained in:
@ -93,4 +93,11 @@ http:
|
|||||||
# forwardingTimeouts:
|
# forwardingTimeouts:
|
||||||
# dialTimeout: "3600s"
|
# dialTimeout: "3600s"
|
||||||
# responseHeaderTimeout: "3600s"
|
# responseHeaderTimeout: "3600s"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Firefox Special Configurations
|
||||||
|
Due to the nature of how this is deployed, you need to make some additional configurations to the Firefox settings after-the-fact. Some of this could be automated with environment variables at deployment time, but for now will be handled manually.
|
||||||
|
|
||||||
|
- **Install Power Tabs Extension**: This extension is useful for keeping things organized.
|
||||||
|
- **Install Merge All Windows Extension**: At times, you may misclick somewhere in the Firefox environment causing Firefox to open a new instance / window losing all of your tabs, and because there is no window manager, there is no way to alt+tab or switch between the instances of Firefox, effectively breaking your current session forcing you to re-open tabs. With this extension, you can merge all of the windows, collapsing them into one window, resolving the issue.
|
||||||
|
- **Configure New Tab behavior**: If a new tab opens in a new window, it will absolutely throw everything into disarray, that is why all hyperlinks will be forced to open in a new tab instead of a new window. You can do this by navigating to `about:config` and setting the variable `browser.link.open_newwindow.restriction` to a value of `0`. [Original Reference Documentation](https://support.mozilla.org/en-US/questions/1066799)
|
Reference in New Issue
Block a user