Earlier quoted context omitted.
Who are all these people who apparently run their browser maximized? Web pages generally get worse as the window gets wider. (Unless, of course, they control their own width, but that's its own obvious prompt to stop wasting all your screen space .)
Only with a rubbish, widescreen display are modern websites crap. Get a nice 4:3 or 5:4 display and everything looks good when maximised.
Firefox Tweaks – An attempt to make Firefox suck less
61–67 of 67 posts
Re: Firefox Tweaks – An attempt to make Firefox suck less
#62Not a great attempt IMO. The networking and UI things are a valiant effort. Mixing them with non-mainstream security concerns are a bad idea. You may feel that safe-browsing is tracking by the man, but advising newbies to turn it off is borderline irresponsible. Similar argument for ipv6 (wtf), error reporting (congrats: your bugs will never be fixed cause firefox doesn't know about them), and geolocation ("why doesn…
> caveat emptor: when firefox upgrades it usually wont change these settings for you It's not so bad. You can sort prefs by user-defined, they're in bold, and each one has a reset-to-default option. Also you can do a whole browser reset which preserves only passwords/bookmarks. Instructions: https://support.mozilla.org/en-US/kb/refresh-firefox-reset-a... And firefox profiles might be handy for this too (from the comm…
Re: Firefox Tweaks – An attempt to make Firefox suck less
#63Earlier quoted context omitted.
>only allowed to read files You just let through the vulnerability in PDF.js.
No, you give it read-only access to the files it needs (e.g. /usr/ ) and then everywhere else like /home it can only open *.pdf. Also, no networking.
The point here is that the sandboxing needs to be watertight, or it's simply not effective. pdf.js runs in the JS sandbox, but here the file origin checking failed. Placing an OS-level sandbox around it doesn't help unless it is just as tight.
Re: Firefox Tweaks – An attempt to make Firefox suck less
#64Earlier quoted context omitted.
No, you give it read-only access to the files it needs (e.g. /usr/ ) and then everywhere else like /home it can only open *.pdf. Also, no networking.
AppArmor can't do a *.pdf restriction. Even if it could, you still let through access to every pdf on your system. The point here is that the sandboxing needs to be watertight, or it's simply not effective. pdf.js runs in the JS sandbox, but here the file origin checking failed. Placing an OS-level sandbox around it doesn't help unless it is just as tight.
allow /**/*.pdf r,Re: Firefox Tweaks – An attempt to make Firefox suck less
#65Why Reading mode is even considered "bloatware"?
Re: Firefox Tweaks – An attempt to make Firefox suck less
#66Disregarding the majority of rants here, I think it's a great list for everyone to just cherry-pick from for their own needs. It ain't all or nothing.
Re: Firefox Tweaks – An attempt to make Firefox suck less
#67Earlier quoted context omitted.
AppArmor can't do a *.pdf restriction. Even if it could, you still let through access to every pdf on your system. The point here is that the sandboxing needs to be watertight, or it's simply not effective. pdf.js runs in the JS sandbox, but here the file origin checking failed. Placing an OS-level sandbox around it doesn't help unless it is just as tight.
Uh, yes it can allow /**/*.pdf r,