AstraLuma / use-https

Fork of the Chrome extension of the same name. Redirects sites to the HTTPS version.
Other
2 stars 1 forks source link

Move to site info model #6

Closed AstraLuma closed 12 years ago

AstraLuma commented 12 years ago

Instead of sites on three lists, have each site have a status. Additional fields and options can also easily be stored this way, too.

Just store each site in its own key in localStorage.

AstraLuma commented 12 years ago

Interestingly, we can also fix GH-1 by doing this. Any state from incognito data can go into sessionStorage, which is wiped when incognito is closed.

AstraLuma commented 12 years ago

This should also improve performance as lists increase in size.

AstraLuma commented 12 years ago

Fixed and merged. 373275c17ce9ea292d4f7ad0457ffa743ef6fc93