interlock-network / threatslayer

A Chrome browser extension that protects you from malicious sites.
GNU General Public License v3.0
12 stars 3 forks source link

Persist total number of URLs scanned #35

Closed DecentralizedDan closed 1 year ago

DecentralizedDan commented 1 year ago

Right now, bc we store the total number of URLs scanned by a user locally, the number gets reset every time the extension is refreshed.

GanttStart: 2023-09-01 GanttDue: 2023-11-30

jmercouris commented 1 year ago

The only way to do it will be to persist it for users who register with us. This can be the job of Galactus, the user will have an account, and it will store all of their information. The Octahedron can just focus on detection!

jmercouris commented 1 year ago

Of course there may very well be another way, that's the only way I can think of, right now.