other
no thanks
no thanks
So, I'm switching from Chrome and there's this one thing I can't seem to be able to replicate in firefox. When I start my day I usually open several tabs from different p… (আরও পড়ুন)
So, I'm switching from Chrome and there's this one thing I can't seem to be able to replicate in firefox.
When I start my day I usually open several tabs from different pages of the same website. In Chrome, I would do that by: -typing the name of the website in my address bar -all the pages I frequently visited in that website show in my suggestions -I middlemouse-click all of them, one after the other -this opens one new tab for all of them -I then switch to those tabs and browse them
However, replicating this in firefox seems impossible. When middle-mouse-clicking the 1st link, I would have my window forcibly switch to it, not letting me open the other tabs without changing tabs again. Recently I learned I can avoid this forced switch by middle-mouse-clicking the URL on my address bar while holding shift, which is great! . . . Except it still closes my address bar, not letting me click the other ones without having to type the website's name in it again.
I don't mind holding shift (though I wish I didn't have to) but I really just want to middle mouse click multiple links in my address' suggestion bar and open them in succession, without shifting back to it after each time.
One of the typical configuration in linux is to turn off the user namespaces and/or network namespaces. This is because most of the exploits in linux have been related to… (আরও পড়ুন)
One of the typical configuration in linux is to turn off the user namespaces and/or network namespaces. This is because most of the exploits in linux have been related to namespaces vulnerabilities.
If there is a Firefox ver 127.0.2, running on Linux in which the user namespace is turned off then the following is observed in the Troubleshooting information, i.e. about:support Seccomp-BPF (System Call Filtering) true Seccomp Thread Synchronisation true User Namespaces for privileged processes true User Namespaces false Content Process Sandboxing true Media Plugin Sandboxing true
So how come with the username turned off, the content process and media plugin is still sandboxed? Also is having user namespace turned off, as given above, a security risk?
However if the network namespace is turned off, i.e. max_net_namespaces is set to zero, then it renders the browser unusable. Nothing works. Why is that?
Is there some documentation somewhere where these namespaces and their impact is explained in detail?