this post was submitted on 17 Jul 2023
3158 points (97.4% liked)
Technology
59143 readers
2326 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- 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, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I got curious and started looking into this. Looks like you can enable background blur in google meet if you're using the latest version of firefox, I just did myself to confirm.
All I need to do is by spoofing the user agent in
about:config
, by settinggeneral.useragent.override
toMozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
.If I remove the user agent spoofing, google meet refuses to show the background effect options.
So my conclusion is google deliberately gate this feature behind user agent sniffing. Firefox is perfectly capable of supporting this feature.
Some discussion about the issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1703668
Awesome, I'll have a look again. Last time I tried changing the useragent (it was a while ago), the whole Google Meet website had some issues and it didn't work. Maybe the specific useragent you use also has an impact.
You're right, I can confirm the feature does indeed work on Firefox by changing the useragent string. However, this introduces other issues such as input devices not being detected which makes normal use of Meet difficult. For now, there seems to be nothing else to do other than waiting for Google to enable this on Firefox.