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

[appcache package] can not sign-in with Twitter on Windows Firefox when using appcache #3154

Closed
y-ich opened this issue Nov 22, 2014 · 3 comments

Comments

@y-ich
Copy link

y-ich commented Nov 22, 2014

When an app uses accounts-twitter and appcache and you access the app using Windows Firefox(33.1.1), you can not sign-in.
Concretely, fails to access Twitter site and directly redirects callback URL in pop-up window.

@awwx
Copy link
Contributor

awwx commented Nov 24, 2014

Confirmed with Firefox 33.1 on my Mac. This version of Firefox is not respecting the /_oauth/ NETWORK entry in the manifest file.

Might be https://bugzilla.mozilla.org/show_bug.cgi?id=1087879 ?

However seems to work OK with #2926

I surmise not using the fallback avoids triggering the Firefox bug.

@glasser
Copy link
Contributor

glasser commented Feb 20, 2015

We have disabled AppCache on Firefox on our apps (eg docs.meteor.com) due to lots of bug reports. It's possible that we should change the defaults. See #2926

@abernix
Copy link
Contributor

abernix commented Nov 25, 2016

Closing this as AppCache has been deprecated from the web standard and is being removed from browsers. Realistically, this will not get resolved in time for it to be worthwhile.

Service Workers are supposed to be the replacement and is being tracked in #5982.

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