mozilla / f1

INACTIVE - http://mzl.la/ghe-archive - F1 is a browser extension that allows you to share links in a fast and fun way. Share links from within the browser, from any webpage, using the same services you already know and love. F1 is made by Mozilla.

Home Page:http://f1.mozillamessaging.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bit.ly settings won't get stored

mkurde opened this issue · comments

When I enter my bit.ly name and key and hit save the page returns to the main config page. When I return to the advanced tab, the bit.ly checkbox is not checked and all data i enterd id gone
[https://f1.mozillamessaging.com/0.2.7/setting....]

2nd note: the HTML code for the bit.ly checkbox is wrong
Bad:
input id="bitlyCheckbox" type="checkbox"> <label for="bitly"

Good:
input id="bitly" type="checkbox"> <label for="bitly"
the id of label and input id should be the same. If so you can click the label to tick the checkbox... ;)

I just fixed the label issue.

As far as saving the info, are you using a privacy add-on like Better Privacy? I believe it blocks localStorage/DOM Storage use in web pages, and that would explain the error.

If that is the issue, we are considering a longer term fix, perhaps pushing the data into chrome space for storage, but that will come later.

Yes I use BetterPrivacy. How can I make a rule for F1 in BetterPrivacy?

If there is an option to allow f1.mozillamessaging.com to use DOM storage, that will do the trick, but I am not sure what the exact incantation is for BetterPrivacy.