add x-forwarded-host
This commit is contained in:
parent
f356ed663c
commit
36dfdcaa50
1 changed files with 3 additions and 0 deletions
3
dev.cfg
3
dev.cfg
|
@ -20,6 +20,9 @@ autoreload.package="oilarchive"
|
|||
|
||||
session_filter.on = True
|
||||
|
||||
base_url_filter.on=True
|
||||
base_url_filter.use_x_forwarded_host = True
|
||||
|
||||
# Set to True if you'd like to abort execution if a controller gets an
|
||||
# unexpected parameter. False by default
|
||||
tg.strict_parameters = True
|
||||
|
|
Loading…
Reference in a new issue