Rules icon indicating copy to clipboard operation
Rules copied to clipboard

[Specification] Question about completeProvider

Open ritcher opened this issue 3 years ago • 1 comments

The spec for completeProvider says:

If you want to specify rules, exceptions, and/or redirections, the value of completeProvider must be false.

It means that ClearURLs will ignore any custom rule (e.g rules, exceptions) if this field is set to true in some provider.

So why this provider has some exceptions and redirections set? They aren't getting ignored in this context?

ritcher avatar May 27 '21 17:05 ritcher

So why this provider has some exceptions and redirections set? They aren't getting ignored in this context?

It will be ignored. If the completeProvider value is set to true, all URLs that match with the urlPattern will be blocked.

KevinRoebert avatar Feb 17 '22 21:02 KevinRoebert