Earlier quoted context omitted.
Eh, I'm willing to take a few downvotes if it means raising awareness. I tag pretty much every Firefox post with some sort of report on battery life. I've added bug reports... doesn't ever seem to get taken seriously. Like I said I'm OK with taking a few downvotes on the off chance someone on the Firefox team may actually see this and be able to prioritize work to address the issue. Firefox is my primary browser, but…
Isn't it less work to do the bug report in the proper place than post about everytime in half-related threads? You could even send it as its own post to HN to do the raise awareness part.
Firefox 90 supports Fetch Metadata Request Headers
101–109 of 109 posts
Re: Firefox 90 supports Fetch Metadata Request Headers
#102Earlier quoted context omitted.
I hear this, but also it works fine in Safari... and even less bad in Chrome on a MBP. Not an expert, but that makes me think there's something the Firefox folks can do to improve this issue. If they wanted to. It's not like 2x, it's like 40x more power used. This makes the MBP super heat. Thing was never cool to start, but I suspect it's getting hot enough to shorten the battery life. It's really hot. Happens on eve…
Well, it's much easier for Apple to get the optimizations on their hardware, drivers, OS, and web browser to all line up. There are some benefits of the cathedral. However, I agree with others that there may be an actual bug going on. There are definitely listings in Bugzilla for WebRTC bugs[0], the oldest of which is 7 years old. I'm curious if you're just seeing high battery usage, or is there high CPU as well? [0]…
Re: Firefox 90 supports Fetch Metadata Request Headers
#103Earlier quoted context omitted.
The article explains why you as a user want this.
Specifically: > allows web applications to protect themselves and their users against various cross-origin threats
Re: Firefox 90 supports Fetch Metadata Request Headers
#104Earlier quoted context omitted.
Exactly - why do I as a user want this? I already need an extension to fake the Referer...
How can you be sure you actually need to send a Referer header. Whats the (user) benefit of sending one. I never send Referer and I have never had any problems as result. I remove unwanted headers from requests generated by user agents I cannot adequately control, e.g., graphical web browsers, using a loopback-bound forward proxy. Perhaps this will be another one to remove.
There might be more critical uses
Re: Firefox 90 supports Fetch Metadata Request Headers
#105How is this different from the origin header? Does the origin header not tell the webbserver if the requested originated from the same website? Is the origin header flawed in some way?
> Is the origin header flawed in some way? tl;dr yes. It's not always sent.
According to [0] we can force CORS behaviour be using a non-simple request in our webapp. By setting the mime type to JSON for example.
Re: Firefox 90 supports Fetch Metadata Request Headers
#106I went with the long term support releases and have had a better experience. Course, still no sound lol but I use Chrome when I want sound. I still like Firefox, just can't use recent releases.
Re: Firefox 90 supports Fetch Metadata Request Headers
#107Earlier quoted context omitted.
Well, it's much easier for Apple to get the optimizations on their hardware, drivers, OS, and web browser to all line up. There are some benefits of the cathedral. However, I agree with others that there may be an actual bug going on. There are definitely listings in Bugzilla for WebRTC bugs[0], the oldest of which is 7 years old. I'm curious if you're just seeing high battery usage, or is there high CPU as well? [0]…
CPU goes up some, but not a ton. Like it's weird. It really just super heats my computer, fans go to max RPM, and burns battery like there's no tomorrow... but I don't see CPU usage off the charts -- it's using CPU more than Safari or Chrome would, but doesn't seem like CPU is maxed. It's like it just gives the instructions, "Heat up!" I don't know, like just grab a MBP and try a call. Happens on all of them I've tri…
I don't know enough about MBPs of that age, but I'd guess they have discrete GPUs and it's those are running. I wonder if you'd be better off disabling GPU optimizations, or if there's a codec issue of some kind.
https://developer.mozilla.org/en-US/docs/Web/Media/Formats/W...
Re: Firefox 90 supports Fetch Metadata Request Headers
#108Earlier quoted context omitted.
How can you be sure you actually need to send a Referer header. Whats the (user) benefit of sending one. I never send Referer and I have never had any problems as result. I remove unwanted headers from requests generated by user agents I cannot adequately control, e.g., graphical web browsers, using a loopback-bound forward proxy. Perhaps this will be another one to remove.
Some websites (IIRC twitter does) open link differently based on the referrer header, so automatically sending a twitter referref for all twitter links improves your experience. There might be more critical uses
https://news.ycombinator.com/item?id=27056734
Sending a Referer header does not improve [your] experience. It is the opposite for me. I cannot tolerate Twitter's Javascript, I do not use a graphical browser. I find it annoying when people submit Twitter status messages to HN.
I have a script that reformats the JSON into a simple HTML page with no Javascript. This improves the experience for me:
Re: Firefox 90 supports Fetch Metadata Request Headers
#109Does that mean that the quest of finding a working direct link to the image/video will soon become impossible?
If site producers want to it's already pretty much impossible today. At least without some "tricks", and nothing prevents your video-downloader from just adding a header which pretend it's origin is a website. (Or more funny you inject the downloading JS code into the website in question extending it with a download functionality ;=) ).