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

Issue with shareable links due to HTTP and HTTPS having separate localstorage #151

Open
Asmor opened this issue Sep 10, 2018 · 1 comment
Labels

Comments

@Asmor
Copy link
Owner

Asmor commented Sep 10, 2018

In troubleshooting #150, I discovered that HTTP and HTTPS have separate localStorage. Thus if someone distributes an HTTP shareable link, it won't work for someone who uses KFC via HTTPS, and vice versa.

Need to find a way to either detect that someone uses the other protocol, or perhaps even find a way to sync everything to HTTPS and then force everyone to that.

@Asmor
Copy link
Owner Author

Asmor commented Sep 10, 2018

Might make sense to roll this and #149 together into a single big "migration" that would handle porting everything over to HTTPS and splitting up the sheets.

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

No branches or pull requests

1 participant