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

NS_ERROR_FAILURE: nsIPrincipal.origin #77

Closed
lidel opened this issue Feb 14, 2016 · 2 comments
Closed

NS_ERROR_FAILURE: nsIPrincipal.origin #77

lidel opened this issue Feb 14, 2016 · 2 comments
Labels
kind/bug A bug in existing code (including security flaws) kind/maintenance Work required to avoid breaking changes or harm to project's status quo status/blocked Unable to be worked further until needs are met

Comments

@lidel
Copy link
Member

lidel commented Feb 14, 2016

Having prefs.fsUris=true occasionally produces:

console.log: ipfs-firefox-addon: [JavaScript Error: "NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIPrincipal.origin]" {file: "resource://app/modules/sessionstore/SessionStorage.jsm" line: 78}]

@the8472 are you familiar with the origin of this error? It seems to be related to #71

@lidel lidel added kind/bug A bug in existing code (including security flaws) kind/maintenance Work required to avoid breaking changes or harm to project's status quo labels Feb 14, 2016
@the8472
Copy link
Contributor

the8472 commented Feb 14, 2016

It basically means the session manager doesn't like pages without origin, in principle it's a bug in firefox, but implementing #71 would also prevent that.

@lidel
Copy link
Member Author

lidel commented Feb 14, 2016

Ok, so basically session storage is disabled and we have this bit verbose error in log, but no other side-effects.
I feel we can close this as a kind-of duplicate of #71

@lidel lidel closed this as completed Feb 14, 2016
@lidel lidel added the status/blocked Unable to be worked further until needs are met label Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) kind/maintenance Work required to avoid breaking changes or harm to project's status quo status/blocked Unable to be worked further until needs are met
Projects
None yet
Development

No branches or pull requests

2 participants