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

api token gets lost when deleting browser history #1

Open
MyerSmith opened this issue Sep 8, 2016 · 2 comments
Open

api token gets lost when deleting browser history #1

MyerSmith opened this issue Sep 8, 2016 · 2 comments

Comments

@MyerSmith
Copy link

Is there a way to store the api token parament in the preferences in the extension ?
It's frustrating to reenter the token every time when I clean the browser history and restart the browser.

@lostsnow
Copy link
Owner

@amitp
Copy link

amitp commented Jul 28, 2017

I don't clean browser history but I do wipe cookies on exit. Firefox ties localstorage to cookie lifetime. My workaround:

  1. Set cookies to accept cookies from sites, accept third party cookies from all sites, keep until they expire.
  2. Add a cookie exception to keep https://pinboard.in cookies
  3. Log in with pinboard+
  4. Quit firefox
  5. Start it again. Verify that pinboard+ is logged in
  6. Set cookies back to accept from only sites I visit, and erase on exit
  7. Restart firefox, verify that pinboard+ is logged in

I don't know if this will work for you though, as I don't clean my browser history the same way (I use the “Expire History by Days” extension instead of wiping on exit)

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

3 participants