mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -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
|
||||
|
||||
security:
|
||||
force_https: false
|
||||
force_https:
|
||||
default: false
|
||||
shadowed_by_global: true
|
||||
enable_escaped_fragments: true
|
||||
allow_index_in_robots_txt: true
|
||||
enable_noscript_support: true
|
||||
|
|
Loading…
Reference in a new issue