Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopped working with newer Firefox #3

Open
UnitedMarsupials opened this issue Dec 7, 2020 · 8 comments
Open

Stopped working with newer Firefox #3

UnitedMarsupials opened this issue Dec 7, 2020 · 8 comments

Comments

@UnitedMarsupials
Copy link

UnitedMarsupials commented Dec 7, 2020

Using Firefox 78.5.0-ESR the code displays the error at the very beginning:

var Cc = Components.classes;
if (typeof(Ci) == "undefined") {
	alert("cannot run in this environment, try error console");
	throw "exit";
}		

and exits. Changing Ci to Cc does not help... I suspect, some tightened security setting no longer allows console scripts to access the Components -- if there is a work-around, instructions need updating to document it.

Thank you!

@dk
Copy link
Owner

dk commented Dec 8, 2020

Are you sure it the newest? Mine is 83.0 and just tested working completely fine. Try to upgrade possibly and see if that helps.

@UnitedMarsupials
Copy link
Author

Are you sure it the newest?

It is the newest on the ESR-branch, which corporations use to ease support work...

@CTCSU
Copy link

CTCSU commented Nov 14, 2022

Mine is 106.0.5 which doesn't work either.

@fharoon
Copy link

fharoon commented Oct 7, 2023

Not working on 118.0.1 (64-bit) as well.. It is not getting the password even though it is there in the DB
No entries with this password found

@fharoon
Copy link

fharoon commented Oct 7, 2023

@dk please advise

@dk
Copy link
Owner

dk commented Oct 8, 2023

I see, I missed the ESR part, was testing on a vanilla Firefox which works ok as usual. I guess the "tightened security" in the ESR marketing is exactly what it is, no access to the parts that are usually available. I wonder if some hidden setting should unblock this access but that means I need to either to dig down in the FF code or ask the FF devs about this... but am unsure I have the right mindset for this, sorry

@fharoon
Copy link

fharoon commented Oct 10, 2023

@dk Sorry could not get the "unsure I have the right mindset' for this part

@dk
Copy link
Owner

dk commented Oct 10, 2023

What i mean is that either process is long and thankless, and i am hardly looking forward doing them since i am not using the ESRs. I don't want to sound smug saying "patches are welcome" but if people using ESRs can find out what is the problem i would gladly merge a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants