pywb icon indicating copy to clipboard operation
pywb copied to clipboard

Add date ranges to access control lists

Open anjackson opened this issue 3 years ago • 4 comments

Is your feature request related to a problem? Please describe.

We would like to refine our URL blocks, by specifying a time range for the block, we we can limit access to a subset of the snapshots of URLs, rather than blocking the whole URL for all time.

Describe the solution you'd like

Support for a syntax like the embargo syntax, e.g. these two statements (which would have similar effects!):

org,httpbin)/ - {"access": "block", "url": "httpbin.org/", "before": "20201226"}
org,httpbin)/anything/something - {"access": "allow", "url": "http://httpbin.org/anything/something", "after":"202001226}

Describe alternatives you've considered

We could delete CDX records but we don't want to block the same URLs across all access contexts.

Additional context

anjackson avatar Mar 30 '22 13:03 anjackson

We'd also find this useful for blocking a subset of captures.

lwrubel avatar Jun 15 '22 15:06 lwrubel

We at Arquivo.pt also want this functionality!

VascoRatoFCCN avatar Apr 11 '23 09:04 VascoRatoFCCN