Rules
Rules copied to clipboard
[Specification] Question about completeProvider
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?
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.