Fragen mit folgendem Schlagwort anzeigen:

Firefox won't allow me to access facebook.com

I love Firefox, I use it on all my devices. And daily I access facebook.com on this browser, it's been working flawlessly - until yesterday. Yesterday, using Firefox (ver… (Lesen Sie mehr)

I love Firefox, I use it on all my devices. And daily I access facebook.com on this browser, it's been working flawlessly - until yesterday. Yesterday, using Firefox (ver 130.0.1) on my Windows 10 PC, I tried accessing a FB page which I visit sometimes: https://www.facebook.com/OpenOscillator

Rather than reaching that page, I got a white screen with this error message: "Sorry, something went wrong." And since then, even visiting the Facebook home page (or any other FB page) has the same error message.

Today I tried the same thing on my Mac (OS 14.3), using Firefox and logging into facebook.com, which worked as usual. But when I went to https://www.facebook.com/OpenOscillator, I got the same error message: "Sorry, something went wrong." And as happened on my PC, now on my Mac I can't access any FB page on Firefox.

And just to mention, I've rebooted both the PC and the Mac, yet this problem persists on both devices.

Trying this same exercise on Edge on my PC does not have this problem. Nor does it happen when doing this on Safari on my Mac.

So, this problem has only been happening on Firefox. I can no longer access facebook.com with Firefox. Do you guys have any ideas how to solve this?

Helpful to know: Do you have the same outcome if you visit this FB page: https://www.facebook.com/OpenOscillator

Thanks for your assistance! Steven

Gelöst Gesperrt Archiviert 1 6248

How do I change the default search engine to yandex.com ?

Hello Firefox friends o/ Anyone knows how do I make https://yandex.com my default search engine? (in the top bar of the browser). I have attached a screenshot of my setti… (Lesen Sie mehr)

Hello Firefox friends o/

Anyone knows how do I make https://yandex.com my default search engine? (in the top bar of the browser). I have attached a screenshot of my settings page. Please have a look at the suspicious lack of an "Add" button 🤔. Despite my efforts, the drop-down menu will not show the available options in the screenshot, you will have to take my word for it, the only available options in that menu are: Google, Bing, DuckDuckGo, eBay and Wikipedia (en).

P.S. The settings page in Firefox must change really often, as I seen so many people suggesting many outdated methods online.

Gelöst Archiviert 3 2632

Can't drag tabs or bookmarks anymore

At some point Firefox stopped allowing me to drag tabs or bookmarks around. This includes moving tabs around in their order, dragging a tab into a new window, dragging ta… (Lesen Sie mehr)

At some point Firefox stopped allowing me to drag tabs or bookmarks around. This includes moving tabs around in their order, dragging a tab into a new window, dragging tabs into bookmarks, moving bookmarks around in the browser. I can't drag them around in 'manage bookmarks' either. I can still open and create bookmarks; they are simply much more difficult to place where I want them.

I believe this happened with the last update but it's not a feature I use all that often so it could be older.

I have opened Firefox in safe mode and had the same issue. I have turned off the computer several times since this began.

Any help would be appreciated.

Gelöst Archiviert 2 2447

Error: Google reCAPTCHA verification failed, please try again later

Recently I have been getting this message and being blocked out of sign in ability at some sites after the last update. Error: Google reCAPTCHA verification failed, plea… (Lesen Sie mehr)

Recently I have been getting this message and being blocked out of sign in ability at some sites after the last update. Error: Google reCAPTCHA verification failed, please try again later

How do I get rid of this? Please be specific.

Archiviert 1 495

Cannot access websites because I'm using Firefox.

I have 6 websites that I currently cannot sign into using Firefox. Support tells me to use those two crap browsers Chrome and Edge. I end up using Edge because it is embe… (Lesen Sie mehr)

I have 6 websites that I currently cannot sign into using Firefox. Support tells me to use those two crap browsers Chrome and Edge. I end up using Edge because it is embedded in my computer and I cannot delete. I will not install Chrome and have put on Avast Secure Browser and CClean browser. Both are just Chrome with a new gooey. My Father is also having the same trouble. Most of the sites are for Utilities and rewards programs. Avast is also blocked. Are you aware and working on getting this fixed?

Gelöst Archiviert 7 417

How come Google Meet takes me to a 404 page on Firefox only (dont have this issue on any other browser)

In recent weeks when I open my Macbook and go to https://meet.google.com, the page that loads says "404. That’s an error. The requested URL was not found on this server. … (Lesen Sie mehr)

In recent weeks when I open my Macbook and go to https://meet.google.com, the page that loads says "404. That’s an error. The requested URL was not found on this server. That’s all we know." The issue is only on Firefox and not Chrome or Safari. When I see the error page, I look at the URL and it has the word "unsupported": https://meet.google.com/unsupported?meetingCode=landing&ref=https://meet.google.com/landing

So I dragged firefox to the trash, reinstalled and the issue persisted. I do not have a VPN. I'm using my own Wifi at home. If I switch to my desktop computer (m2 mac ultra) and go to the same Google Meet URL, I don't get a 404 error on firefox, however no one can hear my microphone any more as of 1 month ago, when I didn't have this issue in the past and I've done everything that everyone has told me to (in order to fix it) and nothing has worked.

Laptop: MacBook Pro 2021, MacOS Sequoia 15.0 Firefox: 13.0.1 (64 bit)

Gelöst Archiviert 4 399

Mine type video/OGG is not working.

I have tried everything ... mime video/ogg doesn't work at all. I started my old Angular application in which i had my camera feed shown (it was working like year or two … (Lesen Sie mehr)

I have tried everything ... mime video/ogg doesn't work at all. I started my old Angular application in which i had my camera feed shown (it was working like year or two ago).

So i tried to fix it, first it seemed it just need "muted" and "autoplay" set as parameters in <video> HTML tag. But then it just did not worked at all.

Detailed description: So i have tried use [CanPlayType] With params : "video/ogg" - it returned empty string so it is not supported However when i check your documentation here [Ogg containers] it says it is supported ...

I included picture with working stream and this is a tag i used:

(+ in angular i added mentioned muted and autoplay + load() and play() )

I have tried to transcode to this formats too Theora video and Vorbis audio in Ogg container

   <source src="video.ogv" type="video/ogg; codecs="theora, vorbis"">

Theora video and Speex audio in Ogg container

   <source src="video.ogv" type="video/ogg; codecs="theora, speex"">

Based on this documentation https://www.w3.org/TR/2009/WD-html5-20090423/video.html#attr-source-src

And use them in video tag param. like : type="video/ogg; codecs="theora, vorbis"" or type='video/ogg; codecs="theora, vorbis"' did not work.

(This was one that i used before and always:

--sout '#transcode{vcodec="theo",venc=theora{quality=3},vb="",scale="0.25"} :standard{mux=ogg,access=http,dst=":8753"}' 

that worked before)

Then i tried look up some example of code to just see it doesnt work at all (example of guide with not working video/ogg : https://tekeye.uk/html/html5-video-test-page See/search for "3: HTML5 Ogg Video Test" )

Please refer me to bug report or issue report i can provide any additional information.

(PS. this submit page dont have preview ... why ?)

Archiviert 2 387

Arabic characters missing, but *only* Arabic

My Firefox has apparently lost Unicode support for Arabic, but only for Arabic: Persian letters (which AFAIK use the same alphabet!) display just fine. The attached scree… (Lesen Sie mehr)

My Firefox has apparently lost Unicode support for Arabic, but only for Arabic: Persian letters (which AFAIK use the same alphabet!) display just fine. The attached screenshots show the problem via Wiktionary excerpts. Note that while the Arabic text appears only as boxes, the Persian, Azerbaijani, Ottoman Turkish, etc. texts all work just fine. It's clearly not a problem with encoding more generally -- languages as rare as Old Persian, Avestan, and the IPA appear normally. For some reason it's only Arabic that's broken.

What's going on here? How can I fix it?

Archiviert 3 387

Firefox Doesn't Recognize My Webcam

I have a Logitech Streamcam that I have been having some problems with. I noticed that Firefox stopped working with my Webcam some time ago and I can't seem to figure out… (Lesen Sie mehr)

I have a Logitech Streamcam that I have been having some problems with. I noticed that Firefox stopped working with my Webcam some time ago and I can't seem to figure out why.

My webcam works fine on Chrome and using the camera app on my desktop. I hooked the webcam up to my Macbook and was able to connect to it just fine, even using Firefox.

I tested my webcam using this website: https://webcamtests.com/check When I go there I get this error message: "Could not find a web camera, however there are other media devices (like speakers or microphones). Most likely, this means that your webcam is not working properly or your browser cannot access it."

When I try to have it forcibly start the camera it gives me this error message: "NotFoundError: The object can not be found here.; DOMException".

I tried clearing the cache, running Firefox in safe mode, clearing all privacy and security settings, and reinstalling Firefox but none of it help, I also tried clearing the cache and got the same result.

Windows security settings show Firefox last accessed my webcam on 2021-11-08 and there are no access requests from Firefox since then.

Any idea of whats going on or what troubleshooting I can do from here?

Archiviert 1 369

Nordpass for Firefox Premium

Hi ! I'm a long term user of the "Firefox" browser. My Firefox User Nº is : 14634487 I'm also an existing long term user of both "NordVPN" and "NordPass". When logging i… (Lesen Sie mehr)

Hi ! I'm a long term user of the "Firefox" browser. My Firefox User Nº is : 14634487 I'm also an existing long term user of both "NordVPN" and "NordPass".

When logging in to "Nordpass" this morning on my (new) MacBook Pro, I received a message in the App window stating that they were "ending support for my extension on 30th of September" and inviting me to "get the latest extension to continue using NordPass in a browser"

So, I bought a 2 year subscription for the extension 'NordPass Premium for Firefox'. Nordpass has acknowledged this by email: Quote : "Thank you for your purchase Here are the details of your order. Item  : NordPass: 2-year subscription Price : £29.43/2 years VAT 20% - £5.89 Total: £35.32/2 years"

In a 'Welcome' email sent by NordPass, I clicked on "Download NordPass which opened a Firefox 'Add-Ons' web-page for downloading the app named "NordPass Password Manager and Digital Vault" - but the only functioning button was 'REMOVE' ! I tried to 'Log In' at the top right corner of the page but I then became stuck in a continuous loop of picture identifications to prove I was not a robot ! It just went on and on ! I abandoned it for a while and, when I returned, the 'Robot check was gone but all my attempts to get the extension have failed ! I can't for the life of me find ANY means of downloading and installing the extension I've PAID FOR !

Whether this is all owing to a fault on the "NordPass" side or in the "Firefox" browser side is a mystery to me. Either way, I'm sending this message to BOTH.

I've now given up trying to do it unaided. PLEASE, could someone advise me how I can get my extension !! If this isn't resolved quickly, I'll seek to have a refund of my £35.32 and will have seriously to consider leaving both "NordVPN" and "NordPass" and/or defecting from "Firefox" to the "Safari" browser.

I'm waiting eagerly to get this sorted. Regards, Ivor Mitackis

Archiviert 2 369

Firefox is brokewn after updating to macOS 15

Yesterday I have updated tp macOS 15. Sine then I have trupuble displaying any webpages in Firefox 130. Th econnection just times out. Any other browser such as Brave, Sa… (Lesen Sie mehr)

Yesterday I have updated tp macOS 15. Sine then I have trupuble displaying any webpages in Firefox 130. Th econnection just times out. Any other browser such as Brave, Safari, Home, Edge are still working as before teh update. How to fix this please?

Gelöst Archiviert 3 363

Emojis blurry in Firefox compared to Edge on Windows11

I've found a solution to the blurriness of the emojis, I've put it in the end of this post, in bold ⤵⤵⤵ My problem is that emojis look bad on Firefox compared to Edge_128… (Lesen Sie mehr)

I've found a solution to the blurriness of the emojis, I've put it in the end of this post, in bold ⤵⤵⤵

My problem is that emojis look bad on Firefox compared to Edge_128.0.2739.79. Two screenshots are attached of bing.com & a Google Doc (left half of both pictures is Edge, other half Firefox). The problem persists on all the sites to a varying degree.

Steps to replicate: A] Open 2 sites in latest Edge & Firefox on Windows 11 (the examples that I've used in the screenshots): https://www.bing.com/ and an Empty Google Doc. B] In the search field of bing and in a new line in an empty Google Doc, copy the following example emojis (That were inserted using the 'Windows_Key+V' which summons the emoji Keyboard of Windows): 🏀🚕 C] Compare the quality of the emojis rendering between the browsers when unzoomed and when zooming.

I've tried in FF (to no avail): A] Disable hardware acceleration in settings (w/ FF restart). B] Setting "gfx.font_rendering.cleartype_params.rendering_mode" from -5 to 5 (w/ 10+ FF restarts). C] Setting "gfx.webrender.quality.force-subpixel-aa-where-possible" to true (w/ FF restart). D] Using both emoji sets in the "Segoe UI Emoji" & "Twemoji Mozilla" fonts in the "font.name-list.emoji" setting, both sets gave me blurry results (w/ FF restarts). D] Disabling all add-ons (w/ FF restart). E] Setting new Firefox separate clean install. F*] In Windows setting the scaling factor to 100% in Windows->System->Display->Scaling_Factor (w/ FF & Windows restart).

How can the blurriness of the emojis be fixed so to make them crystal sharp like in Edge?

Solution: A} Download Noto-Color-Emoji font from https://fonts.google.com/noto/specimen/Noto+Color+Emoji Ensure that your are getting the full resolution font (which came at ~23MB as of 2024.09.23) B} Unpack the font and install according to the on screen instructions. C} In FF in "about:config" find the "font.name-list.emoji" setting and rewrite its value field to "Noto Color Emoji, Segoe UI Emoji, Twemoji Mozilla" (w/o the quotations marks). D} I've attached a screenshot w/ the result, It is marked w/ the red writing of font.name-list.emoji on it.

Gelöst Archiviert 3 352

access to our online banking is blocked

when trying to access our online banking with servus credit union it blocks access yet we can access it using firefox on our laptop or our phones this has been going on f… (Lesen Sie mehr)

when trying to access our online banking with servus credit union it blocks access yet we can access it using firefox on our laptop or our phones this has been going on for about a month now and I would like to get it straightened out .

Archiviert 1 333

Home page (ATT/Yahoo) problem when using Firefox

ATT/Yahoo is my homepage. When reading an article on the ATT(Currently)/Yahoo homepage, there is a comments section at the end of each article. When trying to access the … (Lesen Sie mehr)

ATT/Yahoo is my homepage. When reading an article on the ATT(Currently)/Yahoo homepage, there is a comments section at the end of each article. When trying to access the comments section, it disappears when clicked on. On other homepages (MSN, eg), it works fine. Any help would be appreciated.

Archiviert 1 324

only on firefox can google meet not hear my micrphone. its been persisting for weeks and cant find solution. not the first time this has happened

the past 4 producers have told me they cant hear me on google meet when i'm on firefox. it worked fine forever, then no one could hear me and i reported it a bunch and it… (Lesen Sie mehr)

the past 4 producers have told me they cant hear me on google meet when i'm on firefox. it worked fine forever, then no one could hear me and i reported it a bunch and it got fixed. now the issue is back again and its been like for probably 4 weeks now.

zero issues on google meet when i try it on google chrome. Zero issues with zoom. its only when I'm on firefox's google videochat that people cant hear my microphone. feels like a repeat issue of what happened months ago when the issue wasnt with me. it was firefox. I've written to google, I've written to firefox. They've had me try a bunch of stuff and nothing is working. Can anyone help me???? Issue persisted before I went to macOS sequoia 15.0 and still persists with latest os. Firefox 130.0.1 (64-bit). I've bee trying to find a solution for this for weeks now:

-i've gone to "allow applications to access the microphone" that looks fine -i've done a new profile, didnt work -i've cleared the cache, didnt work -i've turned off ad blocker for that page, didnt work. -i disabled extensions on firefox, that didnt work.

please help!!!!!!!

Archiviert 3 306

Print preview bug

I'm making a barcode app. When I'm trying to print it the preview just shows a black rectangle on my barcode. My barcode is an svg The code basically adds that svg to an … (Lesen Sie mehr)

I'm making a barcode app. When I'm trying to print it the preview just shows a black rectangle on my barcode. My barcode is an svg The code basically adds that svg to an empty print window.

Archiviert 3 297

Server not found

I get the server not found error on almost anything. Hmm. We’re having trouble finding that site. We can’t connect to the server at [literally almost any site] If you en… (Lesen Sie mehr)

I get the server not found error on almost anything.

Hmm. We’re having trouble finding that site. We can’t connect to the server at [literally almost any site] If you entered the right address, you can:

   Try again later
   Check your network connection
   Check that Firefox has permission to access the web (you might be connected but behind a firewall)

The site usually loads after I wait like 2-3 mins before reloading the site, or I force reload it around 7 times, but I cannot find a way to make the issue go away. I have refreshed Firefox, I have uninstalled and reinstalled it fresh, I have opened Firefox in Troubleshooting mode and the issue persists. I am at the end of my wits. Someone please give me something else to try.

Gelöst Archiviert 7 281

Is there a way to darken the icons on the toolbar (bookmarks, history, etc)?

When I installed Firefox, I struggled to find a theme that was easy for me to see. So many had dark borders/backgrounds or busy backgrounds or transparent. It appears tha… (Lesen Sie mehr)

When I installed Firefox, I struggled to find a theme that was easy for me to see. So many had dark borders/backgrounds or busy backgrounds or transparent. It appears that I'm using the default at present and am happy with everything but the visibility of those little icons. Is there is a way to make them darker? Thanks

Gelöst Archiviert 26 279

Firefox unable to access firefox.dns.nextdns.io

FFX 130.0.1 macOS 15.0 (This has nothing to do with the new macOS 15.0 Sequoia update as I have been using it for a week with absolutely no problems). This is absolutely … (Lesen Sie mehr)

FFX 130.0.1 macOS 15.0 (This has nothing to do with the new macOS 15.0 Sequoia update as I have been using it for a week with absolutely no problems). This is absolutely a problem with Firefox or NextDNS. Thanks for your help in advance.

Woke up this morning and suddenly FFX is timing out when trying to access ANY site. Has been working fine - NO changes made to any settings. This literally came out of nowhere. Seems to be a DNS resolving issue. I get a time out with this error message:

Archiviert 3 279

one way sync

I sync between both my phone and my pc, my phone is constantly up to date on my tab syncing however my pc is constantly lagging behind by a couple of weeks. Steps taken: … (Lesen Sie mehr)

I sync between both my phone and my pc, my phone is constantly up to date on my tab syncing however my pc is constantly lagging behind by a couple of weeks.

Steps taken: exited and reopened firefox clicked Sync Now button on the pc in both the sidebar and in the sync settings logged out of and back into my firefox account on my pc

Archiviert 1 279