mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 11:59:17 -05:00
Allow force_https
to be shadowed by a global setting.
This commit is contained in:
parent
918b015bdb
commit
136b1b504d
1 changed files with 3 additions and 1 deletions
|
@ -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 a new issue