How do I use Firefox as a default
I am not knowledgeable on how to install Firefox as a default browser.
I am not knowledgeable on how to install Firefox as a default browser.
My browser has started tomopen an new window or browser evertime I click on something
Hello Firefox has been my favorite browser for years I shifted my PC two weeks ago when I tried to sign up in my new PC Firefox account, i got a message saying my account… (tuilleadh eolais)
Hello Firefox has been my favorite browser for years I shifted my PC two weeks ago when I tried to sign up in my new PC Firefox account, i got a message saying my account has been banned! out of no where!!!!
this is my linked email with firefox: Abalbusaidi@hotmail.com
ambedkar sahay hast yojane note open
I need some help to get Intune Firefox Extension Management to work. I have imported the Firefox ADMX into Intune but cant seem to get the JSON correct for this to work … (tuilleadh eolais)
I need some help to get Intune Firefox Extension Management to work.
I have imported the Firefox ADMX into Intune but cant seem to get the JSON correct for this to work correctly.
The scenario I would like to give is I would like to block all extensions but allow Power Automate Extension and Cisco Web Ex Extension.
Any help would be appreciated!
Hello I have unchecked the "Save and fill addresses" checkbox as described here: https://support.mozilla.org/en-US/kb/automatically-fill-your-address-web-forms Still Fire… (tuilleadh eolais)
Hello I have unchecked the "Save and fill addresses" checkbox as described here: https://support.mozilla.org/en-US/kb/automatically-fill-your-address-web-forms Still Firefox keeps on asking me if I want to save an address whenever I submit a form with one. Is this a known bug?
Downloaded iOS18 need to connect Firefox Advise how please
When using web video conferencing services (Google Meet, Teams, etc.) that run in the browser, on a Windows system, Firefox only offers a single output device: the system… (tuilleadh eolais)
When using web video conferencing services (Google Meet, Teams, etc.) that run in the browser, on a Windows system, Firefox only offers a single output device: the system-configured Default Device. It does not offer the system-configured Default Communication Device. (I can swap the default before a call, but that is cumbersome at the end of the day.)
In this instance, the default is the speakers built into my screen, through HDMI. The communication default is my headset, which also provides the microphone (which is recognised and works fine).
The issue is not experienced with Chrome (the only other tried). It has been an issue through many years, on multiple machines, with various default sudio out devices attached.
bold text
i have recently acquired a new PC and want to transfer all my Firefox settings to the new PC and have two questions:- (1) What file and what location do I post the file f… (tuilleadh eolais)
i have recently acquired a new PC and want to transfer all my Firefox settings to the new PC and have two questions:- (1) What file and what location do I post the file for Homepage shortcuts which involves 4 rows x 8 = 32 shortcuts that I want to transfer to the new PC without having to do it manually. Apparently Sync wont do it for some reason that I fail to comprehend. By searching this site I have found answers that say the file "prefs.js" hold these values. However, I have copied that file from my old PC onto the new PC but no result? Where should the file be copied from and to (full path from and to)? i have used "about:profiles" but then there are paths to "default" and "root". (2) I have exported the the Bookmarks from my old PC to the new PC but in one particular case the bookmarks are not the same. In this case I have a particularly large bookmark that contains three (3) Sub-Folders plus many individual bookmarks. When importing the file it does not include all the sub-folders - only two. This baffles me because if is exported with three sub-folders I don't understand how the imported Bookmark file can be different. Any advice would be most appreciated.
Hello, is firefox extension for "Keyloggers" safe to download? regards reidar folstad.
how can parchesh coins pls
I have used Evernote web clipper for years and Firefox says I am still connected, but its icon has disappeared from my menu bar and I have been unable to recover it. … (tuilleadh eolais)
I have used Evernote web clipper for years and Firefox says I am still connected, but its icon has disappeared from my menu bar and I have been unable to recover it.
Hello, i have precisely explained issue here with different screens. i would like to have your feedback https://stackoverflow.com/questions/78995057/firefox-ocsp-fails-… (tuilleadh eolais)
Hello,
i have precisely explained issue here with different screens. i would like to have your feedback
https://stackoverflow.com/questions/78995057/firefox-ocsp-fails-at-loading-private-https-website
I updated to the latest firefox and all my bookmarks are now gone.
How can I get them back or restore my 130.0 version of firefox?
Thank you
I have just run the latest update to 130.01. For some reason the update has errored FF and when I try and launch I get the the below error messages. FF cannot load, n… (tuilleadh eolais)
I have just run the latest update to 130.01.
For some reason the update has errored FF and when I try and launch I get the the below error messages.
FF cannot load, not even in Safe Mode, so I am a bit stuck.
Does anyone have a solution to this please?
Thank you in advance.
Steven
I have used Evernote Web Clipper for years. It's icon has suddenly disappeared from my menu. My searches show I am still connected to the extension. I just cannot access … (tuilleadh eolais)
I have used Evernote Web Clipper for years. It's icon has suddenly disappeared from my menu. My searches show I am still connected to the extension. I just cannot access it or use it. Please help.
I have latest version of Firefox for Windows 10 and about 2 weeks ago the Last Pass extension from your website stopped loading correctly. The extension installs in the t… (tuilleadh eolais)
I have latest version of Firefox for Windows 10 and about 2 weeks ago the Last Pass extension from your website stopped loading correctly. The extension installs in the toolbar, but does not work. It partially loads and then freezes up. I was able to resolve by removing extension and then going to Last Pass's website and downloading their Last Pass 4.0. Your extension is messed up. Tom Weaver
Many of Linux Distributions take firefox binaries from https://packages.mozilla.org/apt/ as given in the Mozilla Knowlege Base Article Install Firefox on Linux. In this a… (tuilleadh eolais)
Many of Linux Distributions take firefox binaries from https://packages.mozilla.org/apt/ as given in the Mozilla Knowlege Base Article Install Firefox on Linux. In this article there is a option to Install Firefox .deb package for Debian-based distributions.
However the binaries and libraries that are hosted in Firefox repositories are not compiled with the PIE/PIC flag. That prevents Firefox browser from using ASLR capabilities and to a large degree prevent Buffer overflows attacks. Please refer to the output given below for more details.
$ file -e elf /opt/firefox/firefox /opt/firefox/firefox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) $ $ readelf -h /opt/firefox/firefox ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 Class: ELF64 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - System V ABI Version: 0 Type: EXEC (Executable file) Machine: Advanced Micro Devices X86-64 Version: 0x1
The output of the first command is ELF 64-bit LSB executable, which indicates that it is not a PIE executable. If it had been a PIE executable then it would have been ELF 64-bit LSB pie executable. Similarly the output of the second command has a Key, Type, whose value is EXEC (Executable file). However for a PIE binary the value would be DYN (Position-Independent Executable file).
Can Mozilla please compile the binaries and shared libraries with the PIE/PIC flag and then host them in its repositories? Many of Linux Distros do not have the bandwidth to take the source and compile binaries for different architects and are dependent on Mozilla to provide the same. Doing so would be appreciated and would help in enhancing safety of Linux users who use Firefox as their primary browser.
PIE = Position Independent Executable
PIC = Position Independent Code
ASLR = Address Space Layout Randomisation.
PIC and PIE are used interchangeably and imply the same thing.
It seems that in incognito mode when I go to youtube I am stuck at the consent page and it doesn't matter if I refuse all or accept all it will refresh and show the conse… (tuilleadh eolais)
It seems that in incognito mode when I go to youtube I am stuck at the consent page and it doesn't matter if I refuse all or accept all it will refresh and show the consent page again. If I go to youtube without incognito mode it works just fine.