|
|
|
|
|
by dingaling
3863 days ago
|
|
I've been trying to design something along these lines now that Firefox aggressively prunes history with no user override ( it keeps barely five days worth on my laptop ). However the main challenge is that much of the web is now SSL, so a light caching proxy isn't feasible unless it does MiTM which I don't want. My current idea is to log DNS lookups but that doesn't, of course, provide page content data. |
|