forked from orbit-oss/flask
Ensure that blueprint subdomains suffix-chain
This ensures that a child's subdomain prefixs any parent subdomain such that the full domain is child.parent.domain.tld and onwards with further nesting. This makes the most sense to users and mimics how url_prefixes work (although subdomains suffix).
This commit is contained in:
parent
d7b6c1f670
commit
cabda59353
4 changed files with 26 additions and 4 deletions
|
|
@ -3,6 +3,8 @@ Version 2.3.0
|
|||
|
||||
Unreleased
|
||||
|
||||
- Ensure subdomains are applied with nested blueprints. :issue:`4834`
|
||||
|
||||
|
||||
Version 2.2.3
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue