Confirmed users
334
edits
(Created page with "Items to be reviewed: Safebrowsing Back-end - https://wiki.mozilla.org/Fennec/Features/safebrowsing * https://bugzilla.mozilla.org/show_bug.cgi?id=673470 * https://bugzilla.moz...") |
(No difference for these in new approach. (Actually, potentially more traffic to Google) |
||
| Line 20: | Line 20: | ||
=== Why was this solution chosen? === | === Why was this solution chosen? === | ||
* better for mobile devices | * better for mobile devices | ||
* flat file + memory cache is more efficient than sqllite on disk for site lookup | * flat file + memory cache is more efficient than sqllite on disk for site lookup | ||
** https://bugzilla.mozilla.org/show_bug.cgi?id=669407 | ** https://bugzilla.mozilla.org/show_bug.cgi?id=669407 | ||
=== Any security threats already considered in the design and why? === | === Any security threats already considered in the design and why? === | ||
* used threats that were discussed in previous reviews | * used threats that were discussed in previous reviews | ||