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

Show total number of unique URLs scanned #8

Closed DecentralizedDan closed 1 year ago

DecentralizedDan commented 2 years ago

Extension should show the total number of unique URLs scanned by user

jmercouris commented 2 years ago

Interesting, I assume we'd want to store this information client side?

DecentralizedDan commented 2 years ago

@jmercouris is there a way to ensure this is persistent and consistent?

jmercouris commented 2 years ago

If it is client side, it is impossible to ensure that it is persistent/correct. If it is important that it be persistent, then we'll need to store server side!

DecentralizedDan commented 1 year ago

Closed by #25