trying to get vpn on my account that washacked
My account was hacked. every time I try to get VPN amd told need new account? HELP??
My account was hacked. every time I try to get VPN amd told need new account? HELP??
Am using a Lenovo laptop running Windows 11 and Firefox v.155.0.1 (latest). Have just purchased Bitwarden in order to have master password for security when computer goe… (xem thêm)
Am using a Lenovo laptop running Windows 11 and Firefox v.155.0.1 (latest). Have just purchased Bitwarden in order to have master password for security when computer goes for servicing etc. But cannot find the manner to generate csv file needed by Bitwarden. Any assistance would be much appreciated.
everything else is working on my aspire laptop but can not get flashscore for days now .i have not blocked it
The recent changes to the right-click menu on YouTube are a backward step. The menu is now cluttered with options I don't use, while the useful “Open in New Window” optio… (xem thêm)
The recent changes to the right-click menu on YouTube are a backward step. The menu is now cluttered with options I don't use, while the useful “Open in New Window” option has disappeared. I regularly use this function and having to use Shift+click instead is unnecessarily inconvenient. Please consider restoring “Open in New Window” to the context menu. Not every new feature is an improvement, and sometimes the simple, familiar options are the ones users actually want.
For the last three days or so I have been haivng problems with loggin in to sites. I no longer log in automatically to my many of the sites I use, particularly those set… (xem thêm)
For the last three days or so I have been haivng problems with loggin in to sites. I no longer log in automatically to my many of the sites I use, particularly those set for my home page such as IMDB.com, ebay, web.whatsapp.com etc. Everytime I restart firefox I have to log in again. This started I think wit hthe latest update 155.0.1 (my current version) installed 5th sept 26 or 155.0 installed 3 sept 26
It doesn't seem to be reading the cookies that exist. I have it configure so all cookies are cleared on exit except those in the exception list, which are those for my home page plus about 30 others I log into. There is definitely cookie data there for these sites. I hve tried everythinig but this clearly seems to be a bug. at the moment I am using Opera since the necessity to keep loggin in to every site every time is just too much.
the build in VPN is not working anymore: the messages we get are often like "no internet connection". i did use it now for some weeks, but after the last update it stoppe… (xem thêm)
the build in VPN is not working anymore: the messages we get are often like "no internet connection". i did use it now for some weeks, but after the last update it stopped working now for some days.
How do I keep my online banking private when using Firefox as my browser? When using Google Chrome as my browser, I use incognito, but I'm changing to Firefox and ne… (xem thêm)
How do I keep my online banking private when using Firefox as my browser? When using Google Chrome as my browser, I use incognito, but I'm changing to Firefox and need to know that my online banking is safe.
how do i get vpn access on mozilla firefox to acknowledge my paid year subcription?
Hello! My Firefox browser is currently in a state where all fonts/letters in the Firefox interface (bookmark bar, settings, about page, website name...) are replaced by u… (xem thêm)
Hello! My Firefox browser is currently in a state where all fonts/letters in the Firefox interface (bookmark bar, settings, about page, website name...) are replaced by undecipherable characters.
I've searched for similar problems already and tried so far the following steps to resolve, unsuccesfully...
When I copy paste said text to another window (ex: Notepad, Chrome Browser…) it appears properly. And as you can see in the screenshots below the text in actual websites is readable -- only the browser's interface, setting, address bar... are scrambled.
Does that bug rings any bell? Do you have any other troubleshooting steps I should try to resolve this? Any help will be appreciated! : )
What's the difference between a group and a container?
Are DAILY, multiple crashes due to not updating Windows?
Had my laptop serviced at Best Buy, but upon booting it up the icon for 1Password in the upper tool bar was missing. Trying to figure out how to add it back. I use Mozill… (xem thêm)
Had my laptop serviced at Best Buy, but upon booting it up the icon for 1Password in the upper tool bar was missing. Trying to figure out how to add it back. I use Mozilla Firefox and have Windows 11.
disable ad block on sites
I exclude certain websites from free VPN but it doesn't retain them. I press add then save but they don't stay retained when I reopen Firefox.
My hardware is low end from 2016, Pentium 3825U, HD Graphics, and 4gigs of RAM. In the old times, the browser was fast, but this year it has slowed down so bad. I needed … (xem thêm)
My hardware is low end from 2016, Pentium 3825U, HD Graphics, and 4gigs of RAM. In the old times, the browser was fast, but this year it has slowed down so bad. I needed to switch to Thorium browser because Firefox became so heavy, using too much RAM and CPU. Please make the browser light, fast, and good for old systems again! (I want to use Firefox back)
Am I using latest update?
On windows 10
Nord VPN is warning of Mozilla App "Critical" needs attention
(AI written summary of troubleshooting steps taken before making this support thread) Firefox version: - 152.0.1 Release - 153.0 Nightly OS: - Windows 11 build 26200 GPU:… (xem thêm)
(AI written summary of troubleshooting steps taken before making this support thread)
Firefox version: - 152.0.1 Release - 153.0 Nightly
OS: - Windows 11 build 26200
GPU: - NVIDIA GeForce RTX 4070 SUPER
Codec package: - Microsoft HEVC Video Extensions installed from Microsoft Store
Problem
Firefox does not expose HEVC playback support, causing Twitch to disable 1440p streams encoded with HEVC.
The same machine can play the same HEVC Twitch streams in Chrome immediately after installing HEVC Video Extensions.
Expected result
Firefox should report HEVC playback support and allow playback of HEVC streams, as Chrome does on the same system.
Actual result
Firefox reports HEVC as unsupported.
about:support:
codecSupportInfo: H264 SWDEC HWDEC VP9 SWDEC HWDEC VP8 SWDEC HWDEC AV1 SWDEC HWDEC HEVC NONE
Troubleshooting already performed
- Installed Microsoft HEVC Video Extensions - Rebooted Windows - Updated NVIDIA drivers - Verified hardware acceleration is enabled - Tested with a brand new Firefox profile - Tested with Firefox Nightly - Confirmed Chrome can play the same HEVC streams
Additional observations
Chrome: - Twitch 1440p becomes available immediately after installing HEVC Video Extensions - Twitch Stats for Nerds reports:
hev1.1.6.L150.90.0.0.0.0.0
Firefox: - Twitch reports that the browser does not support the required resolution - 1440p remains greyed out - about:support continues to report HEVC NONE
Reproducible tests
Firefox console:
MediaSource.isTypeSupported('video/mp4; codecs="hev1.1.6.L150.90"')
Result: false
MediaSource.isTypeSupported('video/mp4; codecs="hvc1.1.6.L150.90"')
Result: false
navigator.mediaCapabilities.decodingInfo({
type: "media-source",
video: {
contentType: 'video/mp4; codecs="hev1.1.6.L150.90"',
width: 2560,
height: 1440,
bitrate: 8000000,
framerate: 60
}
})
Result: {
supported: false, smooth: false, powerEfficient: false
}
For comparison:
MediaSource.isTypeSupported('video/mp4; codecs="av01.0.08M.08"')
Result: true
navigator.mediaCapabilities.decodingInfo({
type: "file",
video: {
contentType: 'video/mp4; codecs="av01.0.08M.08"',
width: 2560,
height: 1440,
bitrate: 8000000,
framerate: 60
}
})
Result: {
supported: true, smooth: true, powerEfficient: true
}
Additional note
Setting:
dom.media.webcodecs.h265.enabled = true
causes HTML5 codec test (https://html5test.co/) to report H.265 support, but does not change:
- about:support - MediaSource.isTypeSupported() - MediaCapabilities.decodingInfo() - Twitch HEVC playback availability
Question
Is this a known issue with HEVC Media Source Extensions support on Windows 11 build 26200, or is there another requirement for Firefox to expose HEVC playback capability through MediaSource and MediaCapabilities when the Windows HEVC codec is installed and functioning in Chromium-based browsers?
Since a few days the free VPN in Firefox doesn't work anymore. When I activate it and try to load a website, i get the message: Connection with VPN failed. Try again in a… (xem thêm)
Since a few days the free VPN in Firefox doesn't work anymore. When I activate it and try to load a website, i get the message: Connection with VPN failed. Try again in a few minutes. It also says, that my connection is possibly not private and that an app can possibly see my data traffic. The VPN always used to work fine, and I didn't change anything.
After updating from Firefox 154 to 155.0 on Windows 11, the download progress indicator on the Windows taskbar icon no longer appears at all. What I see: - While a downlo… (xem thêm)
After updating from Firefox 154 to 155.0 on Windows 11, the download progress indicator on the Windows taskbar icon no longer appears at all.
What I see: - While a download is in progress, only the circular progress on the in-window Downloads button is visible. - There is no progress bar/fill on the Firefox taskbar icon, even when the window is focused and the Downloads panel is open. - In Firefox 154 this taskbar progress worked. - Chrome on the same PC still shows download progress on the taskbar correctly.
I checked about:config for anything related to taskbar/download progress and found nothing that controls this.
Is the Windows taskbar download progress still expected to work in Firefox 155, or was it removed/changed? Has anyone else noticed this?
Thanks.
Since the last update (I know that Firefox DE is a beta/semi-nightly release, I just want to know if this is my mistake or a bug), only my first firefox window has addres… (xem thêm)
Since the last update (I know that Firefox DE is a beta/semi-nightly release, I just want to know if this is my mistake or a bug), only my first firefox window has address bar, all the other windows don't. And when tabs are vertical, the rest of the windows don't even have a title bar. (This behavior doesn't apply to newly created windows) Also, non-primary windows also lose the capacity to resize the vertical tab bar. ¿Did I do something wrong or is this a bug?