this post was submitted on 21 Nov 2023
2094 points (98.7% liked)
Technology
74345 readers
2791 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I love firefox so much, but at times, I also am ready to ditch it. Some default configurations are just nothing but stupid. E.g.: all ports above 1024 are by default blocked, even with local domains in your LAN. Or, just happened today: ftp is generally blocked. I then had to switch to Chromium to get a file. Or: if on Linux, many video codecs are not by default bundled. Reasons like that make me hate Firefox. But I hate everything else a bit more.
So is there a browser based on Firefox but without strict configs?
Not on localhost at least no it isn't.
And why the hell would you be using ftp in currentyear. Newsflash: They also ditched gopher.
Never came across a video on the modern web that firefox couldn't play. Everything post-flash should really be fine.
What actually annoys me about all browsers are the policies around loading certain stuff from
file://
. Try getting something wasm to run without serving the thing from a web server or, *shudder*, base64-encoding bitcode into html. I understand there's some valid gripes around ../ and softlinks and whatnot but, wait, hear me out: What about zipping everything up and calling it a webapp, treat the file as a domain.Oh it was never my intention to use it, but I was playing a bit with OpenAL and HRTF and ended up on a webpage that actually was using FTP to provide some audio files. So I kinda had no other choice.
The video thing is actually a known issue, but might be due to OpenSUSE not providing codecs by default. I still wonder why Chromium was working, though.