Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo

Firefox not responding

I am trying to log on to my account at SketchUp. At the login page i hit get started and a black page come up except in the top left corner is typed "Firefox not respond… (funda kabanzi)

I am trying to log on to my account at SketchUp. At the login page i hit get started and a black page come up except in the top left corner is typed "Firefox not responding" the page hangs a few moments then it takes me back to SketchUp login. I have not had any recent updates done or required since last logged in and that was yesterday all worked well.

Asked by gobatt 3 emasontweni adlule

Last reply by zeroknight 3 emasontweni adlule

  • Okugcinwe kunqolobane

How do I "View" synced tabs from ios - iPad or iPhone - on my iMac?

Hi, lots of good support to how to sync. No support for how to view synced tabs on an iMac. I can see the synced tabs and open them on my iPad and iPhone. Thanks for your… (funda kabanzi)

Hi, lots of good support to how to sync. No support for how to view synced tabs on an iMac. I can see the synced tabs and open them on my iPad and iPhone. Thanks for your assistance.

Asked by davidcarlon2 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

Websites not working/loading because of CORS

Hello guys, so in the past 2-3 days i started facing Cross-Origin Request Blocked for a lot of websites lets take chatgpt for example, if i visit it i get: Content-Secu… (funda kabanzi)

Hello guys, so in the past 2-3 days i started facing Cross-Origin Request Blocked for a lot of websites lets take chatgpt for example, if i visit it i get:

Content-Security-Policy warnings 2 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.oaistatic.com/_next/static/chunks/sso.74deac81d652476b.js?dpl=f90a861ef09abad575887be5d613ce15a4fdb6d9. (Reason: CORS request did not succeed). Status code: (null). The resource from “https://cdn.oaistatic.com/_next/static/chunks/sso.74deac81d652476b.js?dpl=f90a861ef09abad575887be5d613ce15a4fdb6d9” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).

and its getting so annoying that its blocking a lot of websites, i tried chromium it works fine and works awesomely no cors no problems. I even tried to disable the firefox protection, dns over https on/off, change my main dns upstream, installed firefox developer, compete uninstall/reinstall, cache clear from installers and from firefox it self nothing is working. I will provide firefox developer edition troubleshooting information but keep in mind it doesnt work on both firefox normal and developer

Please any help would be appreciate it.

Firefox v124.0.2-1

Asked by TMU RecKLesS 1 inyanga edlule

Last reply by zeroknight 1 inyanga edlule

  • Okugcinwe kunqolobane

Text input issues

This is a problem I've been having on and off for a while now. It seems to only happen on specific web sites, and only in Firefox (I use the Beta browser). On some sites … (funda kabanzi)

This is a problem I've been having on and off for a while now. It seems to only happen on specific web sites, and only in Firefox (I use the Beta browser). On some sites the issue seems intermittent, while on others it's there every time. The issue is this: it seems that my keyboard (SwiftKey) fails to correctly recognize text input fields as such. Some times this leads to text input being doubled, as the autocorrect system fails to remove the direct input to replace it with the corrected word. Typically it means every word is capitalized, as every word is seen by the keyboard as the first word in a field. Some times the keyboard doesn't open at all. Erasing text is often either entirely impossible or extremely slow, as is navigating already input text.

Ive tried clearing both browser and keyboard caches with no change. Visiting the same sites in Chrome has everything work as intended.

Asked by kraaketaer 1 unyaka odlule

Last reply by Paul 1 unyaka odlule

  • Okugcinwe kunqolobane

Searching requires me to press enter again for it to work

If I search for something in the address bar, Firefox will endlessly load. I need to click the address bar and hit enter to search again which will instantly load what I'… (funda kabanzi)

If I search for something in the address bar, Firefox will endlessly load. I need to click the address bar and hit enter to search again which will instantly load what I'm looking for. Same thing happens if I highlight a text and click search with google. URLs seem to work fine.

Asked by 205grade0 9 izinyanga ezidlule

Last reply by jimmy.wick90 9 izinyanga ezidlule

why do my add-ons keep getting disabled?

why do my add-ons keep getting disabled? ff keeps disabling add-ons that i have used for years and even keep a v. 5 to use the older add-ons and use the latest ff develo… (funda kabanzi)

why do my add-ons keep getting disabled?

ff keeps disabling add-ons that i have used for years and even keep a v. 5 to use the older add-ons and use the latest ff developer to use w/ more modern websites. ff even disables add-ons that worked perfectly well in ff developer and does not even give me the opportunity to re-enable them like i could before.

is there any way to force my old version to let ME decide what i want disabled/enabled?

Asked by digirl 2 izinyanga ezidlule

Last reply by cor-el 2 izinyanga ezidlule

Firefox PDF viewer incorrectly displays PDFs after a period of inactivity on Ubuntu 23.10.1 with KDE Plasma

I am using Ubuntu 23.10.1 with KDE Plasma desktop environment. Since recently I've been experiencing the following problem with Firfox document viewer: after a period of … (funda kabanzi)

I am using Ubuntu 23.10.1 with KDE Plasma desktop environment. Since recently I've been experiencing the following problem with Firfox document viewer: after a period of inactivity, PDFs become unreadable, and seem to cumulate everything that was displayed on screen (see screenshot). Ctrl + F5 does not help, and neither does closing the window and opening a new one with a link to the file. KDE Document Viewer displays the same file correctly.

Asked by Daigaku no Baku 1 inyanga edlule

Last reply by zeroknight 1 inyanga edlule

  • Okugcinwe kunqolobane

How to completely remove tabs bar using userChrome.css

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i do… (funda kabanzi)

I have been seaching for the solution for the whole day, and i found the closest one. It Does remove tabs, windows buttoms, but the background bar still remains, and i dont need it this way. So thats the code i used to make it >>>>>

  1. main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
       border-inline-end: none;

}

  1. main-window:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {
 opacity: 0;
 pointer-events: none;

} /* This makes the bar shorter vertically but removes the 3 window buttons */

  1. main-window #TabsToolbar {
 visibility: collapse !important;

} /* For full screen mode */

  1. TabsToolbar[inFullscreen]{
 display: none !important; 

}

On the screenshot you can see what remains on tabs' bar place I need my browser to end just above the URL string, so there wont be empty space in the top of the monitor. Can you help me find solution for this problem, please?

Asked by CobaltC17 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

WidevineCdm crash on Ubuntu 22.04

I am using Ubuntu Firefox 110.0 (64-bit) on Ubuntu 22.04 x86_64. I am unable to play contents on Disney+, Amazon Prime Video Netflix and such. I was streaming fine until … (funda kabanzi)

I am using Ubuntu Firefox 110.0 (64-bit) on Ubuntu 22.04 x86_64. I am unable to play contents on Disney+, Amazon Prime Video Netflix and such. I was streaming fine until a few months ago. I have checked my settings and they are all properly set. At the time I am writing this report, the Widevine Content Decryption Module is at Version 4.10.2557.0, updated to its latest release. Obviously DRM content is enabled in settings. Changing the useragent did not solve the problem. I have seen this problem reported before for MacOs users but I could not find anything for linux users. Am I the only one having this problem? I hope someone can help. Thanks

Asked by andrea.tesoniero 1 unyaka odlule

Last reply by jonzn4SUSE 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox Developer Edition slow on startup

I'm on Firefox Developer Edition 119.0b9 (32-bit) and Windows 11 Pro 22H2 but I've been experiencing this problem a lot longer ago even before upgrading to Windows 11. Th… (funda kabanzi)

I'm on Firefox Developer Edition 119.0b9 (32-bit) and Windows 11 Pro 22H2 but I've been experiencing this problem a lot longer ago even before upgrading to Windows 11. The first thing I open in my computer is Firefox, it gets the window itself quickly but the page stays blank with the gray loading dot going right and left for nearly 10 minutes before the page loads and Firefox works normally. I don't experience any issues while browsing the internet after that long loading but it's really annoying especially when I'm in a hurry and I don't have 10 minutes to stare at a blank page.

Asked by محمد 7 izinyanga ezidlule

Last reply by cor-el 7 izinyanga ezidlule

  • Okugcinwe kunqolobane

Throttling seems broke in FF Dev Ed

Kubuntu 22.10 FF Dev Ed 110.0b9 Trying to use throttling (eg. Regular 3G) in Network Tab. In developers edition, any Throttling setting (other than "no throttling") nev… (funda kabanzi)

Kubuntu 22.10 FF Dev Ed 110.0b9

Trying to use throttling (eg. Regular 3G) in Network Tab.

In developers edition, any Throttling setting (other than "no throttling") never loads any website. Just white screen.

Creating a new profile and not making any changes to it, did not change anything.

Asked by Rich Trefz 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Dynamics 365 App required sign in again and again to use after update to Firefox 118 and beta 119

Hi Team, After updated to latest version of Firefox - 118, we facing with this issue: Dynamics 365 App required sign in again and again to use. We need to click on sign … (funda kabanzi)

Hi Team,

After updated to latest version of Firefox - 118, we facing with this issue: Dynamics 365 App required sign in again and again to use. We need to click on sign in at least 3 times, but no need to provide the credential.

Checking the network log, seeing this: error_description "AADSTS700084: The refresh token was issued to a single page app (SPA), and therefore has a fixed, limited lifetime of 1.00:00:00, which cannot be extended. It is now expired and a new sign in request must be sent by the SPA to the sign in page. The token was issued on 2023-10-09T07:45:27.2163809Z.\r\nTrace ID: 07fa536f-3cd8-4f91-9950-66dc69928b00\r\nCorrelation ID: 594b0d6f-0dab-48e4-900d-f92b8a382eba\r\nTimestamp: 2023-10-11 08:46:36Z"

Asked by mx1 7 izinyanga ezidlule

Last reply by zeroknight 7 izinyanga ezidlule

  • Okugcinwe kunqolobane

Does firefox keep more than 0 record of historic sessions?

Long story short: windows update sneaked a restart under my nose caused me to lose all my previous session. I'm attempting to recover the previous session. I have backe… (funda kabanzi)

Long story short: windows update sneaked a restart under my nose caused me to lose all my previous session.

I'm attempting to recover the previous session.

I have backed up the unmodified session profile folder. But this profile folder was modified by the restart process obviously, as windows gave firefox "normal shutdown" command. How do I know that? The next time I opened it up, it's "brand new" without the "restore session" interface.

So my idea is to figure out if firefox keeps a track record of previous sessions EVEN IF THE SHUTDOWN WAS PROPER.

If it does, well I'll have to figure out a way to "trick" firefox to restore it. If it doesn't, well I'll have to manually restore it by sifting through the history.

I repeat, the key here is for me to find out whether or not firefox always keep a record of previous session somewhere.

So my question is, does it? Or does it purge all the previous session clean as long as the shutdown was deemed "correct"?

Asked by cruelintention869 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

No sound on certain websites.

On some sites like youtube, crunchryroll, and other sites usually where it's main purpose is to play videos my sound plays fine. However, on other sites like osu's websit… (funda kabanzi)

On some sites like youtube, crunchryroll, and other sites usually where it's main purpose is to play videos my sound plays fine. However, on other sites like osu's website, chess.com, duolingo, and others, there's no sound at all. I've tried refreshing, restarting, running in safe mode, and even reinstalling the browser but none of it has worked. My tabs are also not muted. Does anyone know how to fix this?

Asked by maxmoulton150 8 izinyanga ezidlule

Last reply by zeroknight 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

my firefox get bigger after update

ok my problem is: before: https://i.ibb.co/gdBssLZ/Image-224.png after: https://i.ibb.co/fSY8RHf/Image-241.png my firefox take up more space, even my addons dont fit the… (funda kabanzi)

ok my problem is: before: https://i.ibb.co/gdBssLZ/Image-224.png after: https://i.ibb.co/fSY8RHf/Image-241.png

my firefox take up more space, even my addons dont fit the way it was. its very annoying, how can i make it back?

Asked by moderndefender 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

No way to add exceptions to cookie blocking

I found the hidden page where you can "manage" cookie exception rules, but there's no way to add rules, or remove them, presumably, if you found a way to hack them in. … (funda kabanzi)

I found the hidden page where you can "manage" cookie exception rules, but there's no way to add rules, or remove them, presumably, if you found a way to hack them in.

Asked by The One True Morty 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

Version 106 Theme Change

The 10/18/2022 update changed the theme and color settings for my browser. It is practically unusable. Attempts to use other themes do not solve the problem. Every web pa… (funda kabanzi)

The 10/18/2022 update changed the theme and color settings for my browser. It is practically unusable. Attempts to use other themes do not solve the problem. Every web page I have used since the update is affected. Screen clip attached. Besides killing my productivity today, this change has made FF unusable! How Do I get this Reset to Prior State?

PS: Just now, I try to click the box for "Email me when someone answers the thread" and it will not mark the box.

Asked by Sassue 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

How to hide Extensions errors in DevTools?

Every time I work on the local environment a lot of my extensions go crazy on localhost, throwing enormous amount of errors. This makes console barely readable. Is there … (funda kabanzi)

Every time I work on the local environment a lot of my extensions go crazy on localhost, throwing enormous amount of errors. This makes console barely readable. Is there a way to disable messages thrown by extensions in the developer tools of Firefox Developer Edition?

Similar to this in Chrome with "Selected context only": https://superuser.com/a/1346827

Thanks.

Asked by dantaeusb 1 unyaka odlule

Last reply by TyDraniu 1 unyaka odlule