Closed collinpeters closed 9 years ago
Just added this. Prefix blacklist items with @
and they'll act as whitelists. Example:
let blacklists = ['@http://domain/foo/bar', 'http://domain/foo/*']
Awesome turnaround!
Any ETA on release of this?
I have a situation where I would like to use cVim at http://domain/foo/bar, but not at http://domain/foo. Is this possible at all? I was thinking a whitelist that overrode the blacklist.