We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The spec for completeProvider says:
completeProvider
If you want to specify rules, exceptions, and/or redirections, the value of completeProvider must be false.
false
It means that ClearURLs will ignore any custom rule (e.g rules, exceptions) if this field is set to true in some provider.
rules
exceptions
true
So why this provider has some exceptions and redirections set? They aren't getting ignored in this context?
redirections
The text was updated successfully, but these errors were encountered:
It will be ignored. If the completeProvider value is set to true, all URLs that match with the urlPattern will be blocked.
urlPattern
Sorry, something went wrong.
No branches or pull requests
The spec for
completeProvider
says:It means that ClearURLs will ignore any custom rule (e.g
rules
,exceptions
) if this field is set totrue
in some provider.So why this provider has some
exceptions
andredirections
set? They aren't getting ignored in this context?The text was updated successfully, but these errors were encountered: