reject

fun reject(url: String)(source)

Register a URL which, if referenced in a block element, will result in it being removed.

This can be useful if you want to handle adding dependencies for a library yourself manually.

NOTE: Consider using selfHosting instead if you want to automate the process of downloading and replacing external links with local copies. Once you register a URL to reject, the self-hosting logic will skip over it.