Ehechauka porandu téma rehegua:

verifiedlinks.org - SSL_ERROR_RX_RECORD_TOO_LONG

Secure Connection Failed An error occurred during a connection to verifiedlinks.org. SSL received a record that exceeded the maximum permissible length. Error code: SSL… (emoñe’ẽve)

Secure Connection Failed An error occurred during a connection to verifiedlinks.org. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.

The connection is that i clicked on what i would call an investment solicitation from an Outlook email i received from Eunice.io

There are a few clickable hot-links in my email that return same error code. They might be gathering a lot of digital data about me but otherwise i believe not 100% but 99% theyre safe THX,,, my email : [email removed]@LiVE.COM P.S. - if i input more than 255 characters in the "Please summarize your question in one sentence box : Please summarize your question in one sentence:" ,,, multiple attempts to correct that wont clear the error msg!!!,,, pass it on : )

Ijurujáva 1 90

Keyboard shortcuts are NOT working

Most of the keyboard shortcuts are not working. Copy-paste works, but others for example, Ctrl + F doesn't work. Very confusing and frustrating. Attached is the screensho… (emoñe’ẽve)

Most of the keyboard shortcuts are not working. Copy-paste works, but others for example, Ctrl + F doesn't work. Very confusing and frustrating. Attached is the screenshot of Browser Console and it does show missing attributes. Not sure if this is a browser issue (currently using 147.0.3 (64-bit)) or I need to make certain change settings. I would appreciate any suggestions to resolve this issue.

Ijurujáva 1 1 147

using Dragon NaturallySpeakingprofessional 16.1 with Firefox

I have been using Firefox with Dragon Naturally Speaking Professional 16.1 since 2022. Never had a problem with dictating into any boxes or search bars before today. Now … (emoñe’ẽve)

I have been using Firefox with Dragon Naturally Speaking Professional 16.1 since 2022. Never had a problem with dictating into any boxes or search bars before today. Now I cannot dictate into those and I need to. I am a quadriplegic and ventilator dependent and need to use Firefox and be able to dictate into it. Can someone tell me what to do to get that to work again?

Ijurujáva 1 210

Return and restore the way Firefox settings were this morning.

I do not like the current Firefox. I am 'trying' to get my firefox the way it was in the previous session yesterday. Monday 19th. For some reason I click a tab this even… (emoñe’ẽve)

I do not like the current Firefox. I am 'trying' to get my firefox the way it was in the previous session yesterday.

Monday 19th.

For some reason I click a tab this evening and I lost everything. Now it is a lavender color (ugg) and all my information, tabs, everything is gone.

Please help.

Donna Hall [edited email from community support forum]

Ijurujáva 1 54

Cannot connect

I cannot connect with my on-line banking site. When I try, I get the message "Bad Request--Your browser sent a request that this server could not understand. Size of a r… (emoñe’ẽve)

I cannot connect with my on-line banking site. When I try, I get the message "Bad Request--Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. I am able to access the site using another browser, so there cannot be a problem with the site itself. This situation has only existed since Firefox did an update. So, the problem must lie with Firefox. If it is not fixed, then I fear that I will have to discontinue using Firefox as my online browser. Please have someone from technical support contact me. [edited email from community support forum]

Moĩporãmbyre Jokopyre 1 54

Questionable/harmful browser extensions

The Proton VPN extension/add-on usage can override the Firefox language setting when it assigns a user to a node in another land. That land's language can suddenly become… (emoñe’ẽve)

The Proton VPN extension/add-on usage can override the Firefox language setting when it assigns a user to a node in another land. That land's language can suddenly become the default language one sees, and may remain in spite of trying to reset the Firefox language default. E.g., if one is assigned a VPN node in Japan, suddenly the general language one sees is Japanese, and it remains in spite of disabling Proton VPN and even after exiting and signing back in. The only alternative one has is to request a different node and then wait for the timeout (30 sec., 2 minutes, etc.) for another and hopefully understandable language/country node.

I raised this issue with Proton, and they maintain that loss of one's language proves that Proton VPN is working (see my response under ratings)

1. How does someone accept "working" VPN when one loses their ability to comprehend the displayed language? In my past experiences with other VPNs (NordVPN, etc.) they never corrupted my default browser language.

2. Accessibility issues???

Ijurujáva 1 155

How Can I Block Mouseover and Hover Effects?

Animation triggers my migraines. Many, many, many websites trigger zooming animation on mouseover. I can reduce the frame rate to help deanimate this, but I would rather … (emoñe’ẽve)

Animation triggers my migraines.

Many, many, many websites trigger zooming animation on mouseover. I can reduce the frame rate to help deanimate this, but I would rather not animate it at all.

On the whole, I think it'd be easier to block all these effects. How can I do that in Firefox?

I'd prefer to still see where links would lead without clicking on them. And I'd prefer to get tooltips working, but I increase mouse cursor sizes, so they're already broken.

Ñongatupyre 2 268

Firefox dark mode(s) lack contrast in context menus on ChromeOS

When using any dark Firefox theme on ChromeOS, the contextual menu text and background are both dark. This means there is little to no contrast, and so the text is very d… (emoñe’ẽve)

When using any dark Firefox theme on ChromeOS, the contextual menu text and background are both dark. This means there is little to no contrast, and so the text is very difficult to read.

Unfortunately, the ChromeOS screenshot tool doesn't work on Linux apps, and so I'm unable to share a screenshot. Tested using several dark themes, including the default -- behaviour was consistent in all.

Firefox installed using the official package through the built-in ChromeOS Linux VM "crostini". Issue has been reported by other users on other platforms in the past, so this seems to be a long-standing bug.

Ñongatupyre 1 138

"Find" highlighted text background is really tough for this color blind person.

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find? What I w… (emoñe’ẽve)

Doing a "find" ends up showing a greenish (so I'm told) background with white text. Want to guess which "find" in the attached image is difficult for me to find?

What I would like: Find (focus): yellow text on black background Find All: white text on black background

Yes, of course it would be nice if that would auto switch to black on yellow if the website default is black background.

I can hack userContent.css and get the selection function to work:

/* General highlight (for text selection, etc.) */

selection {
   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I can hack userContent.css and get the Find All (sans the focus) to work.

But firefox always provides the focus with white on green. Even if I do something like this:

/* Customize the color of highlighted search text */ input[type="search"]:focus::selection {

   background: #FFFF00 !important;  /* Yellow background */
   color: #000000 !important;       /* Black text */

}

I tried several themes. No change. I tried changing Windows Preferences. No change.

There must be a way to make this "find" feature useful for me.

Ñongatupyre 1 415