brave / link-bubble

Brave Link Bubble Browser
https://www.brave.com
1.01k stars 183 forks source link

Upgrade to HTTPS Everywhere 5.1.3, uses pure JSON instead of sqlite #692

Open diracdeltas opened 8 years ago

diracdeltas commented 8 years ago

https://github.com/brave/browser-laptop/pull/841

diracdeltas commented 8 years ago

Per discussion in #ios slack this morning, @bbondy suggested that sqlite is probably faster on Android after all. So I made a sqlite option available for HTTPS Everywhere 5.1.3 at https://s3.amazonaws.com/https-everywhere-data/5.1.3/httpse.sqlite.

it contains two tables, rulesets and targets

It is basically a port of httpse.json from JSON to sqlite, so most of the code there should still apply if you already started updating from the 5.1.2 file format (rulesets.sqlite + targets.json) to the 5.1.3 format (httpse.json).