Disabled Security Prompts but Still Warned

Discussion of general topics about Mozilla Firefox
Post Reply
BorgInvasionReturns
Posts: 64
Joined: April 20th, 2015, 6:27 pm

Disabled Security Prompts but Still Warned

Post by BorgInvasionReturns »

I am not sure why, but I realized after this last update to 109 (maybe even earlier as I only noticed today) that I am being told my connection is insecure and another asking me to import M$ Edge stuff (as if I ever used that).

I went into about:config and found the layout even different. Took me a bit to figure out what to do but I managed to re-disable:
security.insecure_password.ui.enabled = false
security.insecure_field_warning.contextual.enabled = false

I attached an image showing them and still getting the warning, even after a reset. I do not have an example of that Edge message still popping up too.

https://www.mediafire.com/view/32ty2qcn ... d.png/file

How can I stop them again?

Thank you.
morat
Posts: 6421
Joined: February 3rd, 2009, 6:29 pm

Re: Disabled Security Prompts but Still Warned

Post by morat »

Similar thread: http://forums.mozillazine.org/viewtopic ... &t=3105532 (see dickvl's post)
BorgInvasionReturns
Posts: 64
Joined: April 20th, 2015, 6:27 pm

Re: Disabled Security Prompts but Still Warned

Post by BorgInvasionReturns »

Indeed.

I added that entry in my CSS file. At least not warning me constantly. Thanks for that tip.

However, is giving my login on this game site plenty of free space on the drop down.

https://www.mediafire.com/view/95rbz8ok ... 3.png/file
User avatar
dickvl
Posts: 54161
Joined: July 18th, 2005, 3:25 am

Re: Disabled Security Prompts but Still Warned

Post by dickvl »

You can try this code:

Code: Select all

#PopupAutoComplete[resultstyles~="insecureWarning"] > richlistbox {height:auto !important;}
#PopupAutoComplete[resultstyles~="insecureWarning"] > richlistbox > richlistitem[originaltype="insecureWarning"]{display:none!important;}
Post Reply