App Firefox auf Android Handy

Meine Android App Firefox ist gestern eingefroren und ließ sich nur neu installieren, nun sind alle Firefox Lesezeichen und offenen Tabs weg. Wie bekomme ich diese wieder… (read more)

Meine Android App Firefox ist gestern eingefroren und ließ sich nur neu installieren, nun sind alle Firefox Lesezeichen und offenen Tabs weg. Wie bekomme ich diese wieder???

Asked by jan.liebisch72 6 days ago

Last reply by jan.liebisch72 6 days ago

battery drain

Firefox is working in background and draining the battery. That what I see in battery usage information. I have tried to limit and stopped Firefox but it is still on the… (read more)

Firefox is working in background and draining the battery. That what I see in battery usage information. I have tried to limit and stopped Firefox but it is still on the top of battery usage.

Asked by zajcev.sasha 3 days ago

Last reply by zajcev.sasha 3 days ago

Thunderbird and Office 365, endless Oauth2

I'm trying to use Thunderbird to access my work emails directly. They use Outlook Office 365, which I can use the webmail version of just fine, but a year ago they upgra… (read more)

I'm trying to use Thunderbird to access my work emails directly. They use Outlook Office 365, which I can use the webmail version of just fine, but a year ago they upgraded to Oauth2 and MFA and for the life of me I cannot get any version of Thunderbord to work with it anymore. I can send an email, but I can access any email on the server. Weirder still is the error console message suggest the program thinks I cancelled my password entry;

"Loading failed for the <script> with source “chrome://global/content/netError.js”. neterror:128:4

NS_ERROR_ABORT: User canceled primary password entry"

NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 3 OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 Some cookies are misusing the recommended “SameSite“ attribute 5 Not showing popup notification password with the message Save login for microsoftonline.com? browserRequest.js:12:13 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 2 OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 2 OAuth2.jsm:171 LoginRecipes: getRecipes: falling back to a synchronous message for: https://cc1.azureauth.duosecurity.com LoginRecipes.jsm:297:11 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 2 OAuth2.jsm:171 A form was submitted in the windows-1252 encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element. frameserv-form.js:1:64 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 LoginRecipes: getRecipes: falling back to a synchronous message for: https://api-ce86e224.duosecurity.com LoginRecipes.jsm:297:11 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 3 OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 2 OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] 2 OAuth2.jsm:171 A form was submitted in the windows-1252 encoding which cannot encode all Unicode characters, so user input may get corrupted. To avoid this problem, the page should be changed so that the form is submitted in the UTF-8 encoding either by changing the encoding of the page itself to UTF-8 or by specifying accept-charset=utf-8 on the form element. form-response.js:1:65 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) [nsIRequest.name] OAuth2.jsm:171 Loading failed for the <script> with source “chrome://global/content/netError.js”. neterror:128:4 NS_ERROR_ABORT: User canceled primary password entry

Asked by dudefromthenorth 5 days ago

Last reply by dudefromthenorth 2 days ago

Addon cannot be installed because it seems to be corrupt

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as i… (read more)

I've made an extention which works fine when I test it using the temp mode on firefox. When I attempt to install from file however I'm told it could not be installed as it appears to be corrupt. Below are the package.json and the manifest.json:

package.json

{

 "name": "ext",
 "version": "1.0.0",
 "description": "",
 "main": "contentScript.js",
 "scripts": {
   "test": "echo \"Error: no test specified\" && exit 1"
 },
 "keywords": [],
 "author": "",
 "license": "ISC"

}


manifest.json

{

 "manifest_version": 2,
 "name": "SKUORG",
 "version": "1.0",
 "description": "Organises SKUs on WooPage",
 "permissions": [
   "activeTab",
   "webNavigation",
   "<all_urls>"
 ],
 "content_scripts": [
   {
     "matches": ["<all_urls>"],
     "js": ["contentScript.js"]
   }
 ]

}


I have tried on two devices / installs of firefox and have followed the steps I could find on this page : https://support.mozilla.org/en-US/kb/unable-install-add-ons-extensions-or-themes#w_corrupt-extension-files

If you have any suggestions please let me know.

Asked by harjoat 1 day ago

Last reply by harjoat 1 day ago

I'd like to organize bookmarks alphabetically, with folders listed first, at the top of the list, followed by bookmarks not saved to folders. How do I do this?

I'd like to organize bookmarks alphabetically, with folders listed first, at the top of the list, followed by bookmarks not saved to folders. How do I do this? An exampl… (read more)

I'd like to organize bookmarks alphabetically, with folders listed first, at the top of the list, followed by bookmarks not saved to folders. How do I do this? An example: Folder A Folder B Folder C Acme Co inc Beta Corp, C corp ...etc

Asked by GSF 6 days ago

Last reply by GSF 6 days ago

ZOOM is fouled up & can't fix it, using NoSquint Plus

Still using Firefox 78.15.0 esr (64 bit) Am I correct that the toolbar icon " - | 100% | + " is the Firefox Zoom function? I have never been able to locate a toolbar ico… (read more)

Still using Firefox 78.15.0 esr (64 bit)

Am I correct that the toolbar icon " - | 100% | + " is the Firefox Zoom function? I have never been able to locate a toolbar icon for NoSquint Plus. I also have Theme & Font Size Changer, but it stopped working years ago. Anyway, working fine for many years, automatically setting the zoom on every tab to 150% so I can read it easily.

A few days ago I got into the NoSquint Plus preferences (NEVER OPEN THE HOOD !!!) , and wondered why it was set to chrome API instead of CSS API and changed it to see. That kind of broke it completely. Maybe changed other stuff trying to get it back...

At present, Firefox Default Zoom is set to 150% . NoSquint Plus is default full page 100% and default text only 150% There are no instructions telling me how these 3 settings will interact.

It seems that when I open NoSquint Plus Preferences and change the %, it works on all the tabs on that page, but not on any other page unless I open it & fiddle with it.

How do I get what I want? There is no "return to default settings" for NoSquint Plus.

Asked by FireFoxSucks 15 hours ago

Last reply by FireFoxSucks 15 hours ago

Suddenly Firefox not working

I'm on a Mac running Monterey 12.7.4. I've been using Firefox for years with no issues. All of a sudden Firefox can't load any websites. Message: "We can’t connect to the… (read more)

I'm on a Mac running Monterey 12.7.4. I've been using Firefox for years with no issues. All of a sudden Firefox can't load any websites. Message: "We can’t connect to the server at www.XXX.ca." But Safari loads all websites with no problems. I can't figure this out.

Asked by mail2080 4 days ago

Last reply by mail2080 4 days ago

Firefox Works - but No Other Browser Does!!!

Hi. Strange request I know because Firefox is working perfectly but Google has failed me. We have a printer/copier in our small club. The IP address assigned is 192.168.… (read more)

Hi. Strange request I know because Firefox is working perfectly but Google has failed me.

We have a printer/copier in our small club. The IP address assigned is 192.168.1.125. Typing this into a browser should bring up the copier admin dashboard.

When I do this using Firefox everything works fine, BUT when I use any other browser such as Chrome, Edge or Opera I get the "Cannot connect" "Error connecting" etc message.

I removed Bitdefender antivirus and disabled Windows Defender but it's still the same.

Any network people who can point me in the right place as to where to look or report to the correct forum.

Apologies for posting in here when it's not a FF problem.

Thanks in advance TQO

Asked by The Quiet One 6 days ago

Last reply by The Quiet One 6 days ago

Microsoft's Copilot extension causing problems

I've been having problems with some websites not displaying content, others displaying error messages. So have been going through the Troubleshooting Mode and diagnostic … (read more)

I've been having problems with some websites not displaying content, others displaying error messages. So have been going through the Troubleshooting Mode and diagnostic process.

The cause is the MS CoPilot extension for Firefox.

Useful in other ways as I discovered several other extensions I don't need, hence have remained disabled.

Asked by longinthetooth 3 days ago

Last reply by longinthetooth 2 days ago

Inbox wiped when/with some sx4wo2e5.default-release ?

Using 115.10.1 and POP on Windows 10 Pro (v. 22H2) with just the Windows built-in virus protection enabled (but App or Browser Control is disabled). Platform seems stable… (read more)

Using 115.10.1 and POP on Windows 10 Pro (v. 22H2) with just the Windows built-in virus protection enabled (but App or Browser Control is disabled). Platform seems stable, no evidence of nefarious services noted in task manager.

Realized the emails in InBox from a couple of days ago (and going back decades) were blank or had mismatched headers to content. Figured an index problem. Ran the Repair under 'InBox' folder Properties, and only a few of the most recent emails remain - all duplicates of which I had sorted into other folders.

All the other folders are fine - just my InBox got wiped! Looked in the Thunderbird folder under profiles and saw the above captioned with a time-stamp that captures the approximate time this went down - occum's razor. I did not initiate any update to Thunderbird.

Walking on eggshells and very nervous, we're talking thousands of emails, what is the recommended recovery of the InBox (after I attempt to backup what I have left). Thanks!

Asked by fpreckel 5 days ago

Last reply by fpreckel 2 days ago

Since the last two updates, Firefox enhanced tracking is out of control

FF loads so slowly and blocks so many sites that I had to disable enhanced tracking to get to mozilla.org. It can take up to 30 seconds for a site to load if I don't dis… (read more)

FF loads so slowly and blocks so many sites that I had to disable enhanced tracking to get to mozilla.org. It can take up to 30 seconds for a site to load if I don't disable enhanced tracking, and even then, some won't load and will time out. I have 7 pinned items that load when FF opens, and it can take up to 5 minutes for all of those to load. Even on some sites where I have enhanced tracking turned off, I have to close the initial block page to get the site to load. Sometimes I have to stop the download and refresh to get the page to load. It is blocking sites that I've used for years with no problems.

What I have done: Troubleshoot mode - loaded a bit faster, but still had problems with some bookmarked pages I've used for years with no problems. It seems to hate all Google Pages, especially Google News Turned off Deceptive Content and Dangerous Software protection Turned off HTTPS only mode Turned off Block Popup Windows

Asked by D A 6 days ago

Last reply by D A 6 days ago

Can't setup manual configuration for email protocol

Running Thunderbird 115.10.1 on Mac OS Catalina 10.15.7. Mail stopped communicating. Tried using the "Access Account Setup" for existing Email. Put in full name, email ad… (read more)

Running Thunderbird 115.10.1 on Mac OS Catalina 10.15.7. Mail stopped communicating. Tried using the "Access Account Setup" for existing Email. Put in full name, email address and password and clicked continue to have Thunderbird configure the settings automatically. Did not work with auto settings (POP3). Went back to "Access Account Setup" for Existing Email and instead of clicking continue, I selected "Configure manually". Tried putting in the IMAP protocols and correct port settings, but the "Done" button is grayed out. I am at a loss of what to do to get my email back up and running and at the same time don't want to lose and emails/folders that are currently set up. Any help would be great.

Thanks

Asked by mcclungjohn 3 days ago

Last reply by mcclungjohn 2 days ago

Slow Performance for Years

Just switching between inboxes can cause up to a 10 second delay with Thundebird "not responding" with the spinning wheel. It has been like this for the last few laptop… (read more)

Just switching between inboxes can cause up to a 10 second delay with Thundebird "not responding" with the spinning wheel. It has been like this for the last few laptops I've had and through all the updates and I am getting ready to call it quits. I did a performance recording of me just clicking through the different folders and then it locks up on one. You can see it here https://share.firefox.dev/3WlrRi9

I am using a primary gmail imap account, an office 365 imap account, and another imap account from an ISP.

On Win 10 LTSC, CPU: 16 x 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz @ 2304 MHz 10240 KB Cache, MEM: 65277 MB, 60% (39120 MB) free, GFX: NVIDIA GeForce RTX 3080 Laptop GPU 16192 MB

Asked by Mibix 4 days ago

Last reply by Mibix 4 days ago

pocket recommends

Hi - I can't get 'pocket recommends' stories to appear in FF on my macbookpro (14.4.1) I've done pretty much everything I can find online including the below – nothing … (read more)

Hi - I can't get 'pocket recommends' stories to appear in FF on my macbookpro (14.4.1)

I've done pretty much everything I can find online including the below – nothing works

ANy ideas?

Type "about:config" in the address bar and press Enter Click "I accept the risk!" to proceed In the search bar, type "browser.newtabpage.activity-stream.feeds.topsites" and press Enter Right-click on the "browser.newtabpage.activity-stream.feeds.topsites" preference and select "Reset" Restart Firefox and open a new tab to see if the Pocket Discover tiles appear.

Asked by martinr2 4 days ago

Last reply by martinr2 4 days ago

After changing password on an IMAP account, the account could become locked due to too many failed login attempts

I have not had access to my email since the April 18 Thunderbird update, receiving this error message: "After changing password on an IMAP account, the account could beco… (read more)

I have not had access to my email since the April 18 Thunderbird update, receiving this error message: "After changing password on an IMAP account, the account could become locked due to too many failed login attempts" How do I fix it? Please email me at jjhpor@gmail.com because my primary email, using Thunderbird, does not work (See above) Thank you Jim Housman

Asked by jjhpor 4 days ago

Last reply by jjhpor 2 days ago

Wrong date shown on email list

Hello, I have just imported my old email from Outlook to TB Local Folders. Everything works out except some of the email (not all) show a wrong date in the email list. T… (read more)

Hello,

I have just imported my old email from Outlook to TB Local Folders. Everything works out except some of the email (not all) show a wrong date in the email list. The date show a future date like 2/7/2101, 6:28 AM. Please check the attached image. Any idea?

Asked by Steve Leung 4 days ago

Last reply by Steve Leung 1 day ago

macOS - 115.10.1 (64-bit) Keeps being non-responsive

So running thunderbird 115.10.1 (64-bit) and more and more issues: the app keeps getting non-responsive for long period of time, to fix this I have to force quit the … (read more)

So running thunderbird 115.10.1 (64-bit) and more and more issues:

  • the app keeps getting non-responsive for long period of time, to fix this I have to force quit the app.
  • at times when composing an email the app freezes where no typing occurs for seconds or typing is very slow or after typing awhile the text suddenly appears.

Seems to be happening more and more trying to figure out how it can return back to it's rockstar state when it was <99 version.

any help would be appreciated.

Asked by breon 4 days ago

Last reply by breon 4 days ago