urls-list
urls-list copied to clipboard
Add option to discard tabs on opening
Adds a new option to open tabs by default in a discarded state. This is set to false
by default which mimics the current behavior.
This dramatically reduces resource consumption when loading tabs and helps mitigate the risk of creating a large number of requests to a host resulting in being punished (e.g. by rate limited or denied access) for that event.
Closes #33.