Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Okugcinwe kunqolobane

"NetworkError when attempting to fetch resource." on many websites

in the last day firefox has all but stopped working on most websites. i can go to them and they start to load, but then they eventually break halfway through and either e… (funda kabanzi)

in the last day firefox has all but stopped working on most websites. i can go to them and they start to load, but then they eventually break halfway through and either end up loading forever or produce an error. if i look at the console i see "Source map error: Error: NetworkError when attempting to fetch resource." this happens on twitter.com and raidbots.com to name two off the top of my head.

i did a complete refresh and even completely uninstalled and reinstalled the browser - it started working for a bit and then broke again. i have no plugins or extensions enabled currently (i have dashlane but this happens with it enabled or disabled). it's making the browser unusable. ive scanned my computer for malware and cant find anything either. i don't have this problem in any other browsers so not sure what else to try.

Asked by fnnmyr 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Missing Content Security Policy enable/disable setting on about:config

Hello, I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local… (funda kabanzi)

Hello,

I noticed that a setting on the about:config page was removed: the "security.csp.enable" setting. I was using this setting to disable CSP to be able to load local JS scripts on some non-locally hosted sites, for debugging and development, work related purposes.

Was this setting really removed? Is there a way to disable CSP on Firefox on the latest version?

Thanks! Gabriel.

Asked by gabrielmuttiteixeira 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Headphones not working with Firefox and only Firefox

1) When I played a video on Youtube with Firefox via my computer speakers, they worked flawlessly. 2) Then I plugged in my headphones via the headphones jack, there is no… (funda kabanzi)

1) When I played a video on Youtube with Firefox via my computer speakers, they worked flawlessly. 2) Then I plugged in my headphones via the headphones jack, there is no sound. 3) I went to Windows settings and checked the volume mixer and tested the sound, the headphones worked. 4) I opened Edge and played a video on Youtube, the headphones work flawlessly. 5) I played a video through my media player, the headphones work flawlessly.

So my conclusion is that it is Firefox that is broken.

I closed Firefox and restarted it and tried steps 1 to 5 above, still got the same results. Firefox did not play any sound over the headphones while all the others worked flawlessly.

I restarted my computer and tried the steps again and still got the same results.

I also deleted Cookies and Site data from Firefox settings and still no luck.

Any suggestions?

Asked by chris1810 1 unyaka odlule

Answered by chris1810 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Middle mouse button click, new tab opened AND switched to that tab.

Hi, Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It… (funda kabanzi)

Hi,

Is this new feature? Once I click on link with middle mouse button, that tab is opened and switched to it. Previous firefox versions only opened tab and thats it. It is very frustrating. I want open multiple tabs and then view those tabs. Now I have to, suppose I have 5 links listed in webpage:

I middle mouse 1st link Then I have to return to my previous page I middle mouse 2nd link Then I have to return to my previous page I middle mouse 3rd link Then I have to return to my previous page I middle mouse 4th link Then I have to return to my previous page I middle mouse 5th link Then I have to return to my previous page

If it is new DEFAULT, then please make ant option to switch back in about:config, thanks!

Asked by kirsciukas 1 unyaka odlule

Answered by Terry 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406

The requested URL was rejected. Please consult with your administrator. Your support ID is: 15199799165570062406 This is the site https://one.walmart.com/content/usone/… (funda kabanzi)

The requested URL was rejected. Please consult with your administrator.

Your support ID is: 15199799165570062406

This is the site https://one.walmart.com/content/usone/en_us/company.html this site I connect to for work related issues, I can use private browsing, but not the regular browsing.

Asked by Seekerkiller 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (funda kabanzi)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Asked by scottish2 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Error Message

HI for the past four days I have been getting the following error message when attempting to load www.canberratimes.com.au "Application error: a client-side exception ha… (funda kabanzi)

HI for the past four days I have been getting the following error message when attempting to load www.canberratimes.com.au

"Application error: a client-side exception has occurred (see the browser console for more information"

This is happening on my Windows PC only. I can access the site on my Firefox browser on IOS.

I am running the most recent version of Firefox 102.0.1 (64 bit).

This is the only site displaying this message.

Grateful for any assistance in resolving this.

Kind Regards, Peter

Asked by pstudman 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Windows 11 Audio fail, works on all other browsers

First time ever. Tested other browsers, sound works fine. Changed no settings when it suddenly went silent. Refreshed. Uninstalled/reinstalled. Nada/nothing. So to not fe… (funda kabanzi)

First time ever. Tested other browsers, sound works fine. Changed no settings when it suddenly went silent. Refreshed. Uninstalled/reinstalled. Nada/nothing. So to not feel as if I've lost my hearing, I won't be using Firefox until there's a fix on their end, already tried everything suggested in troubleshooting and refreshed. It's just not playing well with Win11.

Asked by VeeVee 1 unyaka odlule

Answered by VeeVee 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

No Audio from Firfox. Not in Windows volume mixer

After start up Firefox I am not getting any audio. No other app nor browser has this issue. It does not show up in the volume mixer. I've made sure all apps, browser, dri… (funda kabanzi)

After start up Firefox I am not getting any audio. No other app nor browser has this issue. It does not show up in the volume mixer. I've made sure all apps, browser, drivers, and windows are up to date.

Asked by birdville3000 1 unyaka odlule

Answered by birdville3000 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Code erreur PR_END_OF_FILE_ERROR

Bonjour, Depuis une semaine, j'ai ce message à l'ouverture de ma page d'accueil Orange, avec Firefox !! PR_END_OF_FILE_ERROR il n'y a qu'avec mon navigateur et pas … (funda kabanzi)

Bonjour, Depuis une semaine, j'ai ce message à l'ouverture de ma page d'accueil Orange, avec Firefox !! PR_END_OF_FILE_ERROR il n'y a qu'avec mon navigateur et pas sur Chrome ni Edge. Avant, j'étais le seul impacté par ce problème et maintenant les trois P.C de la maison le sont. Deux W11 et un W10. En déconnectant le VPN le souci n'existe plus. Merci d'avance pour votre aide.

Asked by YAGO 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Firefox window refuses to open maximized

I've worked with Firefox for several years, and had it opening maximized. I recently manually resized the Firefox window to facilitate some work in which I needed some o… (funda kabanzi)

I've worked with Firefox for several years, and had it opening maximized. I recently manually resized the Firefox window to facilitate some work in which I needed some other windows visible. However, now I can't get Firefox to open maximized. Instead, it opens a window going from the left edge of my screen (see the first image below) about a third of the width of the monitor, and it is showing the double box icon in the upper right corner indicating that the computer "thinks" it is in full screen. If I click that double box, the window immediately shifts to the right edge of the screen, occupying a space about a third of the monitor from the right edge, and shows a single box in the upper right corner of the window. If I click that single box, the window finally does expand to full screen, showing a double box in the upper right corner. I've tried all the manipulations I've seen concerning starting screen size (such as going to the shortcut icon properties and indicating the that the program should start "maximized") but I'm still getting this same behavior. Any thoughts? (I'm running Windows 11, with the latest version of Firefox.)

Asked by Jim 1 unyaka odlule

Answered by user104147805413306348376805769878442569366 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

YouTube videos on Firefox getting slower and jerky.

YouTube videos on Firefox getting slower and jerky. After refreshing Firefox (Settings -> Help -> More troubleshooting information -> Refresh Firefox), it is OK,… (funda kabanzi)

YouTube videos on Firefox getting slower and jerky. After refreshing Firefox (Settings -> Help -> More troubleshooting information -> Refresh Firefox), it is OK, but only for a short while. Then the problem starts again. Same YouTube videos are running fine with Chrome at the same time.

Running Windows 11 Pro (Clean windows setup not long ago and the issue was there from the beginning.) German Language Firefox 116.0.2 Build ID 20230805021307 Intel CPU i7-1360P, 16 GB RAM, 1TB M.2 SSD

Would really appreciate a solution for the issue because I really like Firefox!

Asked by guidox11 9 izinyanga ezidlule

Answered by guidox11 6 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to open all synced tabs

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not … (funda kabanzi)

I have seen multiple copies of this question, some unanswered, some with the same "answer". All the questions are closed so I cannot reply to them. The "answer" does not work.

I have the "Show tabs from other devices" sidebar. I also can access from "Open application menu" > email address > list of synced tabs. Both methods show me the device name and all of my synced tabs. Neither method has an "open all tabs" option. If I right click my device name nothing happens. If I right click a tab, it opens that one tab. I don't know how many tabs I have on my Android. I have enough tabs that it only shows the infinity symbol instead of the number. It has shown the infinity symbol for a long time and I've opened many more tabs since. It could be hundreds or even thousands of tabs. I have 224 tabs on my laptop. I want to open all 224 laptop tabs plus all however many Android tabs on my laptop at the same time. I'm aware this will cause significant lag on my laptop. I'm not looking for a solution for that or people telling me not to do that. I want to know how to open all of my synced tabs at once on my laptop, without having to click through one by one.

Edition Windows 11 Home Version 22H2 Installed on ‎2022-‎09-‎21 OS build 22621.1702 Experience Windows Feature Experience Pack 1000.22641.1000.0 "You're up to date Last checked: Today, 17:15" (Just clicked "Check for updates")

Firefox 113.0.1 (64-bit) "Firefox is up to date"

Asked by Emily 12 izinyanga ezidlule

Answered by jonzn4SUSE 12 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Stop auto importing history from other browsers

I am a game developer. I work about 12 hours a day, in Chrome. It is my main browser. When I installed firefox, I was asked to "import" cookies and such. I did. Which has… (funda kabanzi)

I am a game developer. I work about 12 hours a day, in Chrome. It is my main browser. When I installed firefox, I was asked to "import" cookies and such. I did. Which has been a terrible headache. All of the bookmarks and everything from Chrome came with it, which I already had in firefox, since I've had it for years. But, I thought since this is a brand new computer that I needed to do that. Fast-forward a couple of weeks and now EVERY time I open up firefox, all 10 million history links are in history.

I use firefox to unwind and watch movies. I don't want 10 million links to work in front of where I left off in binge watching Seinfeld.

I've tried everything and followed instructions and STILL, all history from Chrome shows up in firefox. It is infuriating. AND uninstalling and reinstalling did nothing. The setting is already in the account to import from Chrome to firefox. I've removed addons and extensions as well. Nothing has worked.

Asked by boundlessenterprise 1 unyaka odlule

Answered by willjoe24421 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Disable Tab Search

Recently the V-like icon/button appeared at the right-hand end of the top line of my Firefox windows. This Tab Search could be invaluable to some, but I have no need for… (funda kabanzi)

Recently the V-like icon/button appeared at the right-hand end of the top line of my Firefox windows. This Tab Search could be invaluable to some, but I have no need for it. If I start to get too many tabs I just use another window. However, I click on it constantly when I intend to minimize the window. I have been clicking on the - icon/button in EVERY WINDOWS APPLICATION since Windows began, and as it has ALWAYS been the LEFT-MOST item in the UPPER RIGHT CORNER I haven't had to think about it in decades. But now it isn't the left-most, that is now tab search.

Please, please, PLEASE provide a configuration option to remove Tab Search from the top line.

Thanks!

Roy Harvey Cheshire, CT

Asked by RHinCT 1 unyaka odlule

Answered by TyDraniu 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How do I save my Firefox profile data

I would like to save my Firefox profile data into my computer as I would like to transfer the data to a different computer. Is there any solution to how to save it down? … (funda kabanzi)

I would like to save my Firefox profile data into my computer as I would like to transfer the data to a different computer. Is there any solution to how to save it down?

Asked by xiiaoru0922 1 unyaka odlule

Answered by ericmok85 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Youtube GPU usage peaks

I noticed some peaks of usage on both internal and dedicated GPU while watching videos on YouTube. This happens only when watching videos not on Full Screen mode. I teste… (funda kabanzi)

I noticed some peaks of usage on both internal and dedicated GPU while watching videos on YouTube. This happens only when watching videos not on Full Screen mode. I tested also with chromium but there's not this issue. What is causing it? How can i stop this behavior?

Asked by Gian 1 unyaka odlule

Answered by ARMAN KHAN 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Cannot see Pin to Toolbar option to add extension shortcut icon to toolbar

I have bought a new pc with Windows 11 home pre-installed and set Mozilla Firefox latest version as default browser ...the issue i am having is placing add-on extension s… (funda kabanzi)

I have bought a new pc with Windows 11 home pre-installed and set Mozilla Firefox latest version as default browser ...the issue i am having is placing add-on extension shortcut icons on toolbar. I installed Norton Safe Web and this installed ok and is listed in extension control panel and when i click puzzle icon Norton Safe Web is not shown under manage shortcuts nor can i see option to Pin to Toolbar. Have tried several attempts but still get nowhere.I uninstalled Mozilla Firefox...restarted pc ... did a fresh install of Mozilla Firefox without altering any settings..re-installed Norton Safe Web and still cannot see option to Pin to Toolbar.Clicking the gear icon does not help Have i missed a step somewhere ?

Asked by starbuck.jones 11 izinyanga ezidlule

Answered by starbuck.jones 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

I am unable to log into any Microsoft 365 programs, (Microsoft 365, Microsoft Outlook, Microsoft OneDrive) on the Firefox browser since installing Windows 11

I am unable to sign into Microsoft 365 services in Firefox. When I try to sign in on the Microsoft 365 Website, it doesn't sign in, it simply redirects me back to the web… (funda kabanzi)

I am unable to sign into Microsoft 365 services in Firefox. When I try to sign in on the Microsoft 365 Website, it doesn't sign in, it simply redirects me back to the website. When I try to sign in from the Outlook login page, I get an error page saying "500 Something went wrong. Repeating redirects detected." Screenshot attached.

1. I was able to sign in with another browser. 2. I was able to sign in on a device running Windows 10. 3. I have cleared the entire cache and history on the Firefox browser - it didn't work. 4. I tried logging in with Firefox in Troubleshooting Mode - it didn't work.

I saw an archived thread from 10/28/2021 where @OthelloBloke had the same issue ("Microsoft 365 Signin on Office.com Doesn't Work After Windows 11 Update"). It didn't seem to have been resolved. It has been a while since Windows 11 came out. Has there been any resolution to this issue? Please help me fix it. Most of my activities are on Microsoft 365, and I prefer to use Firefox as my browser. But if this is ongoing I will need to abandon this browser in order to access my work.

Asked by kelenne 1 unyaka odlule

Answered by kelenne 1 unyaka odlule