Comparison

CHANGES @ 12362:0fd58f54d653

Merge config-updates+check-turn from timber
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2022 16:33:41 +0000
parent 12316:6bb2f660f689
parent 12333:ed8a4f8dfd27
child 12378:61d221efe186
comparison
equal deleted inserted replaced
12320:f0be98bab9dd 12362:0fd58f54d653
31 - SCRAM-SHA-256 31 - SCRAM-SHA-256
32 - Direct TLS (including https) certificates updated on reload 32 - Direct TLS (including https) certificates updated on reload
33 - Pluggable authorization providers (mod_authz_) 33 - Pluggable authorization providers (mod_authz_)
34 - Easy use of Mozilla TLS recommendations presets 34 - Easy use of Mozilla TLS recommendations presets
35 - Unencrypted HTTP port (5280) restricted to loopback by default 35 - Unencrypted HTTP port (5280) restricted to loopback by default
36 - require_encryption options default to 'true' if unspecified
37 - Authentication module defaults to 'internal_hashed' if unspecified
36 38
37 ### HTTP 39 ### HTTP
38 40
39 - CORS handling now provided by mod_http 41 - CORS handling now provided by mod_http
40 - Built-in HTTP server now handles HEAD requests 42 - Built-in HTTP server now handles HEAD requests