• தீர்வுற்றது
  • Archived

How do I install/update/trust a new ZOOM certificate with Error code 10006?

Zoom.us renewed their DigiCert Global G2 TLS RSA SHA256 2020 CA1 certificate on 03/31/2023 and I now get a persistent error message (Error Code 6: ... certificate is not … (மேலும் படிக்க)

Zoom.us renewed their DigiCert Global G2 TLS RSA SHA256 2020 CA1 certificate on 03/31/2023 and I now get a persistent error message (Error Code 6: ... certificate is not trusted.

Since then Zoom has not worked for me and their Artificial Intelligence says to open my browser and check my internet connection, time settings, updates, reinstall everything etc. - the usual responses ...

Zoom responds with "Error code: 6" and/or "Error code: 100068000"

 but do not stipulate whether these are Zoom Error codes or certificate error codes.

The Artificial Intelligence insinuation is that FireFox is not trusting this certificate.

Is this something FireFox can help me with? Perhaps, how to make this certificate "trusted"?

Thanks, I hope, Dave Henry (Dan is my Facebook pseudonym) ( DavidJHenry@telus.net )

Asked by Dan Myxyezpitilik 1 வருடத்திற்கு முன்பு

Answered by Dan Myxyezpitilik 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox version 84.0.2 (64 bit)

Just recently Firefox started to display a "Loading..." message in the middle of every page I go to in Breitbart.com (doesn't happen in any other website). It appears ab… (மேலும் படிக்க)

Just recently Firefox started to display a "Loading..." message in the middle of every page I go to in Breitbart.com (doesn't happen in any other website).

It appears about 2 seconds AFTER the page loads or press F5. The background goes dark suggesting it's modal. It lasts for about 1 second and then goes away and everything appears normal.

I've been told this is a Cloudflare anti-DDoS CDN protocol issue, but I'm not so sure of that.

I've started up in Clean Mode and get the same behavior.

TIA

Asked by pobox2 1 வருடத்திற்கு முன்பு

Answered by pobox2 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Disabling https mode

Despite trying to disable https mode, Firefox will not allow ordinary http sites to load. Consequently I can't access most of the Australian Bureau of Meteorology (bom.go… (மேலும் படிக்க)

Despite trying to disable https mode, Firefox will not allow ordinary http sites to load. Consequently I can't access most of the Australian Bureau of Meteorology (bom.gov.au) pages or any other websites that don't use the extra 's' but are still secure. Mozilla suggested switching from Strict back to Standard but I still can't access ordinary http sites. Can anyone help, please?

Asked by ronaylon 11 மாதங்களுக்கு முன்பு

Answered by ronaylon 10 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (மேலும் படிக்க)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Asked by Slouch 1 வாரத்திற்கு முன்பு

Answered by Slouch 1 வாரத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Need help restoring the open tabs that are saved in Computer1, to Computer2, but Computer1 does not work

Hi - I need some help restoring the 100+ open tabs that are in Computer1, and open them AS-IS in Computer2. To help you understand my story......Computer1 is main machin… (மேலும் படிக்க)

Hi - I need some help restoring the 100+ open tabs that are in Computer1, and open them AS-IS in Computer2.

To help you understand my story......Computer1 is main machine, and I had over 100 tabs opened in there. I would like to transfer ALL of the open tabs to Computer2, before re-partitioning the C Drive in Computer1.

The problem is, my Computer1's Windows 10 is giving me problems at the moment, so I can not get into the computer by logging in. No recovery or diagnosis method will do the trick, so I will have to reinstall a fresh copy of Windows into Computer1. Besides, the computer was troubling me for having only ~50 MB available space in the C Drive (I have multiple partitions in my hard drive).

For now, I have removed the hard drive from Computer1, attached it in Computer2, and have access to the data in the various Computer1's drives.

I read many articles here in the Support Mozilla help site to restore the 100+ open tabs from Computer1, into Computer 2, but it is not working for me. I even tried copying the entire "sessionstore-backups" folder from Computer1's location, and replacing the same folder in Computer2's location.

Maybe I have to do more than just copying the "sessionstore-backups" folder, like do something additional through FireFox options??

Any help would be appreciated.

And here is the location of the "sessionstore-backups" folder in both computers:


Computer1 K:\Users\Team Umizoomi\AppData\Roaming\Mozilla\Firefox\Profiles\jrvowkxo.default\sessionstore-backups

Computer2 C:\Users\einstein jr\AppData\Roaming\Mozilla\Firefox\Profiles\x9z76c15.default-release-1\sessionstore-backups

Asked by lucky11 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

Search fails most of the time. Times out, no message. Just quits.

If I key a search term into the browser bar and hit enter it begins searching. About 95% of the time nothing happens. No message. I just notice the 'x' to stop the search… (மேலும் படிக்க)

If I key a search term into the browser bar and hit enter it begins searching. About 95% of the time nothing happens. No message. I just notice the 'x' to stop the search is gone, and a 'retry' circle replaces it.

This has been going on for months. I have used firefox for years. I have renewed it, replaced it, removed all addons, accepted updates usually each day. stopped accepting updates. Refreshing, renewing, seems to help for a couple minutes. Deleting all history helped...maybe. I am on satellite internet. Also use chrome. Most of the time now, After I key a query in firefox, I switch to chrome and do the same query while waiting. Chrome works. Just doesn't have all my passwords and sites yet.

I am on windows 7 home premium. I have an AMD FX 6100 6-core CPU running at 3.3 Ghz. I have 8 gigs of RAM. I am not overclocking. I use Avast antivirus. A few months ago I bought the avast cleanup tool which was a massive mistake, I had already done all the things it wanted to try, it is just a nuisance. In settings, I have a message that says firefox is managed by my organization. I wish I could get rid of that. I would appreciate any help I can get. Thanks in advance.

Asked by danalex 1 வருடத்திற்கு முன்பு

Answered by danalex 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

How to remove white border Firefox?

Firefox version 116.0.3 I try eveything to remove white border but it not work.

Asked by Grace9129 8 மாதங்களுக்கு முன்பு

Answered by cor-el 7 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Add Bookmarks Menu to Toolbar

hy ! after update to version 114 my Bookmark Menu button icon disappeared from Navigation Toolbar, please help me to get back.

Asked by csengh 11 மாதங்களுக்கு முன்பு

Answered by cor-el 11 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

Unable to print from Toshiba Satellite w/windows 7 to HP Officejet 5255

As of 1/1/24 I cannot print using Firefox and USB connection to HP 5255. I can send and print a print quality diagnostic from my HP but not a file.

Asked by S.P.CHENEY 4 மாதங்களுக்கு முன்பு

Answered by S.P.CHENEY 3 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது

BLOCKED by Cloudflare

Since the last Firefox update I have been unable to login to my bank's website. Attached is a screenshot of the message that appears. As a test I tried logging in with … (மேலும் படிக்க)

Since the last Firefox update I have been unable to login to my bank's website. Attached is a screenshot of the message that appears. As a test I tried logging in with Google Chrome and was successful so it is likely something with the last update of Firefox. Note that I am using Windows 7 and do not want to change to a newer version.

Asked by DONALD SCHARDT 2 மாதங்களுக்கு முன்பு

Answered by DONALD SCHARDT 2 மாதங்களுக்கு முன்பு

  • Locked
  • Archived

website problems after update

HI! I posted earlier about problems accessing websites after updating the browser to 115.2.0 esr. Earlier in the day I had accessed these websites with no problems .... n… (மேலும் படிக்க)

HI! I posted earlier about problems accessing websites after updating the browser to 115.2.0 esr. Earlier in the day I had accessed these websites with no problems .... now after the update installed, shopify is trying to validate whether I am a human and verify the browser. Resulting in an endless loop of identifying myself as a human and it trying to validate the browser.

Asked by 73545.666 8 மாதங்களுக்கு முன்பு

Last reply by cor-el 8 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

What content is required in userChrome.css to move the tabs bar under all other bars?

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does N… (மேலும் படிக்க)

Every solution which I have found for Firefox 89 "Proton" so far which moves the Tabs Bar below the Navigation Bar (AKA "address bar"), with the Menu Bar above it, does NOT move the Tabs Bar below the Bookmarks Bar. The Bookmarks Bar appears to be overwritten and blank, and occupies space below the Menu Bar, Navigation Bar, and Tabs Bar. This empty space separates the three bars which are implemented and the content of the currently-selected tab below it.

Currently, my userChrome.css file is a copy posted by Cor-el (?):


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: below nav-bar - fixed for 108+,113+ */

/* ROOT -variables */
*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;
  
  --tab-min-height: 25px !important; /*override density*/
  --tab-min-width:  80px !important; /*override default*/
}

/* TABS: below nav-bar - no longer needed in 113+ *//*
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
  -moz-box-ordinal-group: 10 !important;
  order: 10 !important;
}
#TabsToolbar {
  -moz-box-ordinal-group: 1000 !important;
  order: 1000 !important;
}
*/

/* TABS: position */
#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 100vw !important;
}

/* for 107 and lower - disable this rule in 108 and newer *//*
#tabbrowser-tabs {
  width: 100vw !important;
} */

/* navigator-toolbox: PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  position: relative !important;
}

/* TABS: HEIGHT */
#tabbrowser-tabs,
#tabbrowser-arrowscrollbox,
#tabbrowser-tabs .tabbrowser-tab {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#tabbrowser-tabs,
.tab-stack,
.tab-content {
  height: var(--tab-min-height) !important;
}

/* TABS: APPEARANCE */
#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color: var(--toolbar-color) !important;
}

/* indicators - hide  */
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* window controls in full screen - hide*/
#TabsToolbar #window-controls {display: none !important;}

/* caption buttons on tab bar - hide */
*|*:root[tabsintitlebar]:not([inFullscreen="true"])
 #toolbar-menubar[autohide="true"] ~ #TabsToolbar
 .titlebar-buttonbox-container {display: none !important;}
________________________________________________________________________________________________

Evidently, the text editor for this website does several things to the above original text that, frankly, seem unnecessary and undesirable. The .CSS file is just an unformatted text file, so what is the problem with simply copying its contents and pasting it in to the body of this post?

Which is also to say that I do NOT have a clue as to what any line in the file is meant to do, what effect it has, why it is even in the file at all, or why it is written in the way that it is. So DO NOT tell me that I "CAN" create a Cascading Style Sheet on my own when I cannot even modify one that has been provided.

On the face of it, something is missing from the above CSS text. What change needs to be made to the above content so that the Bookmark Bar will appear between the Navigation Bar and the Tabs Bar??

Thank-you very much for your time and attention to this request for assistance.

Asked by Blacklisted 2 ஆண்டுகளுக்கு முன்பு

Answered by DB-1 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Customize the location of print headers and footers?

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)? I prefer the header to be url only, in the center. … (மேலும் படிக்க)

Hi. Is there a way to customize the order of Firefox headers and footers on printed pages (including print-to-pdf)?

I prefer the header to be url only, in the center. While the footer has page on left; title in the center, and date on the right.

This used to be easy to accomplish with print options in older versions, then -- as the print dialog changed (and actually improved a lot in most *other* ways) I had to turn to about:config modifications like those described in the 1/27/21 reply here: https://support.mozilla.org/en-US/questions/1323433. But now I can't seem to find any way to have any control over print headers besides "on" and "off."

One problem I find with having both page title and url on top is that these can be long, causing one or both to be truncated.

I'm using Firefox 115.3esr.

Asked by Rick216 7 மாதங்களுக்கு முன்பு

Answered by zeroknight 7 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Gmail sending email to Trash NOT the Sent Folder

OK I am not sure this is a Firefox issue but my g-mail account is sending composed messages to the TRASH folder. I have been using Proton Mail and have a number of email … (மேலும் படிக்க)

OK I am not sure this is a Firefox issue but my g-mail account is sending composed messages to the TRASH folder. I have been using Proton Mail and have a number of email address depending on who I am emailing

Tried a few changes to my g-mail account disabled IMAP and POP that did not work I have a number of blocked email address did not delete these

Asked by dwightrph 10 மாதங்களுக்கு முன்பு

Answered by Terry 10 மாதங்களுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Firefox using a lot or memory

With ONE Firefox window open is it normal to have this many (12) show up in Task Manager (see attachment) and using so much RAM??

Asked by WTM_W7 2 ஆண்டுகளுக்கு முன்பு

Answered by cor-el 2 ஆண்டுகளுக்கு முன்பு

  • தீர்வுற்றது
  • Archived

Connecting to trusted, unsecure device

I have a Netgear Readynas attached storage device. I am unable to connect to this device using Firefox. I encounter : Error code: SSL_ERROR_UNSUPPORTED_VERSION It i… (மேலும் படிக்க)

I have a Netgear Readynas attached storage device. I am unable to connect to this device using Firefox. I encounter : Error code: SSL_ERROR_UNSUPPORTED_VERSION

It is not an dangerous site, it is my network storage device.

Is there a way to configure Firefox to connect to this device? Thanks for any help

Asked by Michael 1 வருடத்திற்கு முன்பு

Answered by Michael 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

How do i modify Clear Recent History's entries for time to add 5 minutes or 1 minute?

i need to know how to edit the firefox list of "clear recent history" items to add 5 minute and 1 minute options or where i can submit a feature request, or bug request a… (மேலும் படிக்க)

i need to know how to edit the firefox list of "clear recent history" items to add 5 minute and 1 minute options or where i can submit a feature request, or bug request as every feature is a bug and every bug a feature

Asked by Frogz 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு

  • தீர்வுற்றது
  • Archived

How to unblock VTT files not being loaded into HTML video pages viewed on local disk?

I asked this question some time back here: https://support.mozilla.org/en-US/questions/1362859 I'm asking again to reframe the question. The problem is - if my experience… (மேலும் படிக்க)

I asked this question some time back here: https://support.mozilla.org/en-US/questions/1362859 I'm asking again to reframe the question. The problem is - if my experience is a guide to the rest of the world - VTT files (which are used to caption HTML video) are no longer read/loaded by Firefox when it is viewing the HTML file locally (i.e. file://). On the web they are loaded as expected. Presumably there's a security setting somewhere in Firefox that now refuses to load the VTTs locally. Maybe under Help > More troubleshooting information there is a setting to change to fix that?

Asked by roberto32 1 வருடத்திற்கு முன்பு

Answered by cor-el 1 வருடத்திற்கு முன்பு