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
when checking the license key authorized URL let's use this more lax control to check the domain
if the TLD is wildapricot.org
so
http://text.wildapricot.org from license key should match https://text.wildapricot.org as the primary domain name from the API http://text.wildapricot.org from license key will NOT match https://text123.wildapricot.org as the primary domain name from the API
eliminate http(s) from the evaluation
and evaluate the top level domain only for being valid
so https://www.mydomain.org in the license key will validate http://mydomain.org
or
http://mydomain.org in the license key will validate https://www.mydomain.org
https://mydomain.org in the license key will validate http://somesubdomain.mydomain.org
The text was updated successfully, but these errors were encountered:
@asirota is this resolved?
Sorry, something went wrong.
I have to do some testing, but last time I looked I think it was ok.
nataliebrotherton
Successfully merging a pull request may close this issue.
when checking the license key authorized URL let's use this more lax control to check the domain
if the TLD is wildapricot.org
so
http://text.wildapricot.org from license key should match https://text.wildapricot.org as the primary domain name from the API
http://text.wildapricot.org from license key will NOT match https://text123.wildapricot.org as the primary domain name from the API
eliminate http(s) from the evaluation
and evaluate the top level domain only for being valid
so https://www.mydomain.org in the license key will validate http://mydomain.org
or
http://mydomain.org in the license key will validate https://www.mydomain.org
or
https://mydomain.org in the license key will validate http://somesubdomain.mydomain.org
The text was updated successfully, but these errors were encountered: