mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-25 06:16:58 +00:00
Fix error page not rendering & make it more beautiful
This commit is contained in:
parent
241f7a57ec
commit
cdd6727049
3 changed files with 25 additions and 14 deletions
|
@ -14,3 +14,5 @@ var tlsConfig = &tls.Config{
|
|||
PreferServerCipherSuites: true,
|
||||
// TODO: optimize cipher suites, minimum TLS version, etc.
|
||||
}
|
||||
|
||||
// TODO: HSTS header with includeSubdomains & preload for MainDomainSuffix and RawDomain
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue