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

Cross origin error at install #23

Closed
black7375 opened this issue Jul 7, 2021 · 1 comment
Closed

Cross origin error at install #23

black7375 opened this issue Jul 7, 2021 · 1 comment

Comments

@black7375
Copy link

Install target: https://www.tumblr.com/

Error Message

Failed to parse PWA manifest: Provided URLs (https://assets.tumblr.com/dashboard?installed=true, https://www.tumblr.com/) are not in the same origin
@filips123
Copy link
Owner

Tumblr's web app manifest does not comply with the official specification:

Let start URL be the result of parsing json["start_url"], using manifest URL as the base URL.
If start URL is not same origin as document URL, return.

This is something that Tumblr developers need to fix. However, in the next release of FirefoxPWA, you will be able to uncheck "Use the manifest for determining app properties" when installing the site which will probably fix the issue.

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

2 participants