Allow `force_https` to be shadowed by a global setting.
This commit is contained in:
parent
918b015bdb
commit
136b1b504d
|
@ -765,7 +765,9 @@ trust:
|
||||||
client: true
|
client: true
|
||||||
|
|
||||||
security:
|
security:
|
||||||
force_https: false
|
force_https:
|
||||||
|
default: false
|
||||||
|
shadowed_by_global: true
|
||||||
enable_escaped_fragments: true
|
enable_escaped_fragments: true
|
||||||
allow_index_in_robots_txt: true
|
allow_index_in_robots_txt: true
|
||||||
enable_noscript_support: true
|
enable_noscript_support: true
|
||||||
|
|
Loading…
Reference in New Issue