gorhill / uMatrix

uMatrix: Point and click matrix to filter net requests according to source, destination and type
GNU General Public License v3.0
4.56k stars 472 forks source link

Firefox 53 + uMatrix 0.9.3.6 sometimes disappears the login and password menu on the sites. #768

Closed eldrik1 closed 7 years ago

eldrik1 commented 7 years ago

Sometimes disappears the login and password menu on the sites. If uMatrix disable this does not happen. On previous versions of the firefox this was not.

gorhill commented 7 years ago

Closing and marking as invalid, as per CONTRIBUTING.

Thorin-Oakenpants commented 7 years ago

FYI: I suspect the issue is to similar to this (exact same symptoms): Resource URI Leak add-on setting causes Firefox 53 login/password problems ...

"No Resource URI Leak" FF add-on, options->"Block Web-exposed subset of chrome:// URIs" (and it has a warning) and is disabled by default.

So something to do with chrome:// blocking in the OP's ruleset (this does not happen with uMatrix defaults)

Note: Edited to clarify

gorhill commented 7 years ago

To be clear, uMatrix/uBO themselves do not expose chrome:/resource: URIs to web pages -- so they should not be affected by whether these URIs are blocked or not.

Thorin-Oakenpants commented 7 years ago

Sorry, I didn't mean to imply uMatrix or uBo were leaking resources, or that they were at fault. My message was meant for OP as a possible solution/clue - the link describes the exact same symptoms and it was traced back to "a subset of chrome://URIs", whatever that may actually be.

gorhill commented 7 years ago

Sorry, I didn't mean to imply uMatrix or uBo were leaking resources

Sure, it's just me wanting to be sure there is no misunderstanding for whoever reads this here -- since according to OP, disabling uMatrix fixed his issue (no case was made that uMatrix is doing something wrong, so the assumption is that the issue is with his ruleset).

Thorin-Oakenpants commented 7 years ago

No worries - edited my first post to clarify in case someone doesn't read on :)