Skip to content
New issue

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

Ignore a domain in allowed_domains with port and issue a warning #4413

Merged
merged 2 commits into from Mar 12, 2020

Commits on Mar 7, 2020

  1. Fix handling of None in allowed_domains.

    Nones in allowed_domains ought to be ignored and there are also tests
    for that scenario. This commit fixes the handling of None and also the
    accompanying tests which are now executed again.
    Lukas0907 committed Mar 7, 2020
    Copy the full SHA
    9d9dea0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    04120de View commit details
    Browse the repository at this point in the history