bhr-site icon indicating copy to clipboard operation
bhr-site copied to clipboard

Add delete button on the query page

Open grigorescu opened this issue 7 years ago • 1 comments

I'd like to clear the history for an IP once I query it.

grigorescu avatar Sep 12 '17 15:09 grigorescu

This can be done, but it's a little tricky. BHR needs to ensure that the entries are unblocked before deleting, otherwise the blocks will get orphaned. For an old record that is already unblocked, this is easy, but for a current block it would have to be an async operation so it can wait for the downstream blockers to catch up.

JustinAzoff avatar Mar 16 '18 14:03 JustinAzoff