Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων

downloading a file from an insecure source

We have an electronic document management system in our company. The system is an internal system without access to the LAN. Firefox detects files downloaded from it as p… (διαβάστε περισσότερα)

We have an electronic document management system in our company. The system is an internal system without access to the LAN. Firefox detects files downloaded from it as potentially dangerous after the last update. Is there a way to prevent files from this website from being detected as potentially dangerous?

Ερώτηση από Konrad Dymczuk 4 εβδομάδες πριν

Τελευταία απάντηση από zeroknight 4 εβδομάδες πριν

Primary pass work

I tried to delete my primary password online, but system would not allow me to do so. I have exhausted all avenues to seek help, but to no avail. Any assistance would … (διαβάστε περισσότερα)

I tried to delete my primary password online, but system would not allow me to do so. I have exhausted all avenues to seek help, but to no avail. Any assistance would be greatly appreciated. Tmg3842@yahoo.com

Ερώτηση από tmg3842 4 εβδομάδες πριν

Τελευταία απάντηση από cor-el 4 εβδομάδες πριν

Recent issue viewing my Shopify site

Hello. In the last few days when I visit my Shopify website, the pricing on my products is not visible. This is only for me, nobody else has this issue. I do not have thi… (διαβάστε περισσότερα)

Hello. In the last few days when I visit my Shopify website, the pricing on my products is not visible. This is only for me, nobody else has this issue. I do not have this issue on Safari, or on Firefox when I open a private browsing window. It is something to do with Firefox, but I don't want to have to open a private window every time I go to my store. Is there a solution? This has only been happening for the last few days. Thanks

Ερώτηση από leslie.day 4 εβδομάδες πριν

Τελευταία απάντηση από zeroknight 4 εβδομάδες πριν

multiple firefox open in task manager

today 4/18/2024 firefox update. Now browser is slow. Task manager showing currently 15 firefox open, even though only one new tab is selected. It is causing laptop to ove… (διαβάστε περισσότερα)

today 4/18/2024 firefox update. Now browser is slow. Task manager showing currently 15 firefox open, even though only one new tab is selected. It is causing laptop to overheat, fan is running constantly. Nothing else is open.

Ερώτηση από Buddy 4 εβδομάδες πριν

Τελευταία απάντηση από cor-el 4 εβδομάδες πριν

ssa.gov account login no longer works on Firefox, but does work on Edge

I can no longer log into my social security account using Firefox, but the login does work on edge. When I try login on Firefox, I get the following error message: Bad R… (διαβάστε περισσότερα)

I can no longer log into my social security account using Firefox, but the login does work on edge. When I try login on Firefox, I get the following error message:

Bad Request

Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit.

The initial web site is https://www.ssa.gov/. From there I hit "Sign in", and get to https://secure.ssa.gov/RIL/SiView.action using Edge, but get just the error message using Firefox.

There is another route, which is through https://www.ssa.gov/myaccount/. Hitting either account or sign in on that page will work on Edge, but gives the same error message on Firefox.

Ερώτηση από Bob G 4 εβδομάδες πριν

Τελευταία απάντηση από cor-el 4 εβδομάδες πριν

failed to update firefox.. so frustrated..

something apparently got corrupted in firefox.. i tried running update and i keep getting failed to update.. i have refreshed.. i have uninstalled and reinstalled ...noth… (διαβάστε περισσότερα)

something apparently got corrupted in firefox.. i tried running update and i keep getting failed to update.. i have refreshed.. i have uninstalled and reinstalled ...nothing. i am sure there is a folder or file somewhere that is corrupted and i cannnot find it. because even when i uninstall and reinstall fresh. all my bookmarks are there .. how to i start a TRUE NEW install??

Ερώτηση από dj3642a 4 εβδομάδες πριν

Τελευταία απάντηση από Paul 1 εβδομάδα πριν

Firefox page flickers

I recently got a new computer. Installed firefox onto it. Brought over my profile with all my data and bookmarks. But for the life of me, the page would just sporadically… (διαβάστε περισσότερα)

I recently got a new computer. Installed firefox onto it. Brought over my profile with all my data and bookmarks. But for the life of me, the page would just sporadically flicker. I tried messing with the settings; performance settings; hardware acceleration. I tried refreshing firefox. But nothing.

Ερώτηση από anger01 3 εβδομάδες πριν

Τελευταία απάντηση από zeroknight 3 εβδομάδες πριν

Firefox does not display background color in option tags

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text: ```<select id="stroke… (διαβάστε περισσότερα)

I am trying to use a <select> tag to display a color selector. So each <option> has a background color to match its displayed text:

```<select id="strokeColor" name="strokeColor" style="width: 10em;">

             <option value="black" style="background: #000000; text: #FFFFFF">
                     black
             </option>

<option value="aqua" style="background: #00FFFF">

                     aqua
             </option>

<option value="blue" style="background: #0000FF">

                     blue
             </option>

<option value="brown" style="background: #A52A2A">

                     brown
             </option>

<option value="gray" style="background: #808080">

                     gray
             </option>

<option value="green" style="background: #00FF00">

                     green
             </option>

<option value="magenta" style="background: #FF00FF">

                     magenta
             </option>

<option value="orange" style="background: #FFA500">

                     orange
             </option>

<option value="purple" style="background: #800080">

                     purple
             </option>

<option value="red" style="background: #FF0000">

                     red
             </option>

<option value="white" style="background: #FFFFFF">

                     white
             </option>

<option value="yellow" style="background: #FFFF00">

                     yellow
             </option>

<option value="#000000" selected="" style="background: #000000">

                     #000000
             </option>
         </select>```

On Chrome this displays as expected:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-25-eebbd5.png

But on Firefox the background colors are ignored:

https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/images/2024-04-18-22-02-35-bd90ee.png

How can I get Firefox to display the background colors?

Ερώτηση από jamescobban 3 εβδομάδες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 2 ημέρες πριν

Websites not working/loading because of CORS

Hello guys, so in the past 2-3 days i started facing Cross-Origin Request Blocked for a lot of websites lets take chatgpt for example, if i visit it i get: Content-Secu… (διαβάστε περισσότερα)

Hello guys, so in the past 2-3 days i started facing Cross-Origin Request Blocked for a lot of websites lets take chatgpt for example, if i visit it i get:

Content-Security-Policy warnings 2 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://cdn.oaistatic.com/_next/static/chunks/sso.74deac81d652476b.js?dpl=f90a861ef09abad575887be5d613ce15a4fdb6d9. (Reason: CORS request did not succeed). Status code: (null). The resource from “https://cdn.oaistatic.com/_next/static/chunks/sso.74deac81d652476b.js?dpl=f90a861ef09abad575887be5d613ce15a4fdb6d9” was blocked due to MIME type (“text/plain”) mismatch (X-Content-Type-Options: nosniff).

and its getting so annoying that its blocking a lot of websites, i tried chromium it works fine and works awesomely no cors no problems. I even tried to disable the firefox protection, dns over https on/off, change my main dns upstream, installed firefox developer, compete uninstall/reinstall, cache clear from installers and from firefox it self nothing is working. I will provide firefox developer edition troubleshooting information but keep in mind it doesnt work on both firefox normal and developer

Please any help would be appreciate it.

Firefox v124.0.2-1

Ερώτηση από TMU RecKLesS 1 μήνα πριν

Τελευταία απάντηση από zeroknight 1 μήνα πριν

Proton Emails Don't Show Attached Inline Pictures

Windows 11 Firefox browser 125.0.1 In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not ve… (διαβάστε περισσότερα)

Windows 11 Firefox browser 125.0.1

In Proton Mail, when I receive an email with an picture attached inline, I get the following error message: "Your browser could not verify the remote server's identity. The image might be hosted using the http protocol." Is this issue with settings in Proton or Firefox? How do I fix this? See image below. Thank you.

Ερώτηση από 2doxiedad 4 εβδομάδες πριν

Τελευταία απάντηση από cor-el 3 εβδομάδες πριν

Picture-in-picture since recent YouTube update keeps closing.

Picture-in-picture since recent YouTube update keeps closing. Is there way i could configure in about:config to never close and always stay open even if page refreshes an… (διαβάστε περισσότερα)

Picture-in-picture since recent YouTube update keeps closing. Is there way i could configure in about:config to never close and always stay open even if page refreshes and have it move the video play back always to the Picture-in-picture window ? If not could this be made a feature in a future update ?

YouTube especially been annoying to Firefox users, cos it keeps refreshing the whole page breaking stuff every time it plays the video, as well have issues with looping videos even tho they are already fully buffered, making entire YouTube experience as frustrating as possible as encouragement to switch to chrome, which i refuse for obvious reasons.

Anything i can do on my end ? If tested if this happens in incognito mode as well with all extensions disabled in private windows, no change of behavior.

Btw this happens on the new YouTube interface with no way to get back to the old interface, cos it keeps the annoying features of the old interface even if you try to re position stuff using hacky ways like extensions that do so, which of course break stuff even further. I just want Picture-in-picture to remain open, and to play current video in picture-in-picture that is playing automatically.

Btw the Picture-in-picture experience with chrome or chrome based browsers is absolutely horrible, giving me even more reasons to stay on Firefox besides privacy related issues and other issues.

Ερώτηση από Muppet 3 εβδομάδες πριν

Τελευταία απάντηση από zeroknight 3 εβδομάδες πριν

Firefox PDF viewer incorrectly displays PDFs after a period of inactivity on Ubuntu 23.10.1 with KDE Plasma

I am using Ubuntu 23.10.1 with KDE Plasma desktop environment. Since recently I've been experiencing the following problem with Firfox document viewer: after a period of … (διαβάστε περισσότερα)

I am using Ubuntu 23.10.1 with KDE Plasma desktop environment. Since recently I've been experiencing the following problem with Firfox document viewer: after a period of inactivity, PDFs become unreadable, and seem to cumulate everything that was displayed on screen (see screenshot). Ctrl + F5 does not help, and neither does closing the window and opening a new one with a link to the file. KDE Document Viewer displays the same file correctly.

Ερώτηση από Daigaku no Baku 4 εβδομάδες πριν

Τελευταία απάντηση από zeroknight 4 εβδομάδες πριν

bookmark import

To upload/import bookmarks into Firefox, the file extension of JSON is required. However from old crashed computer, I exported bookmarks in Excel. Please help. Thanks … (διαβάστε περισσότερα)

To upload/import bookmarks into Firefox, the file extension of JSON is required. However from old crashed computer, I exported bookmarks in Excel. Please help. Thanks

Ερώτηση από howard53 3 εβδομάδες πριν

Τελευταία απάντηση από cor-el 3 εβδομάδες πριν

Address bar issues

I'm using Firefox with Google as my default search engine. When ever I try to type in the Google search box, what I am typing appears in the address bar. I want to search… (διαβάστε περισσότερα)

I'm using Firefox with Google as my default search engine. When ever I try to type in the Google search box, what I am typing appears in the address bar. I want to search in the Google search box as it is at eye level for what I am doing. I have tried all sorts of ideas from the web to fix this but no joy. Does anyone know how I disable this? Thank you

Ερώτηση από Buck 3 εβδομάδες πριν

Τελευταία απάντηση από Agent virtuel 3 εβδομάδες πριν