webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

ACL support for timestamp & date range #825

Closed VascoRatoFCCN closed 1 year ago

VascoRatoFCCN commented 1 year ago

We would like to be able to specify timestamps or date ranges on the .aclj file. The documentation already suggests that this feature will eventually be implemented:

The prefix consists of a SURT key and a - (currently reserved for a timestamp/date range field to be added later).

We require this feature to answer removal requests, which often only implies blacklisting a SURT for a specific timestamp or a small date range.

edsu commented 1 year ago

I think this is functionally similar to #703?

VascoRatoFCCN commented 1 year ago

You're right, it's a duplicate. I'll close this one!