mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-11-05 18:56:09 +08:00
Improve HSTS wording + disable preload by default (fixes #158)
This commit is contained in:
@@ -32,7 +32,9 @@ export default {
|
||||
enableHttp2Connections: `${common.enable} ${common.http}/2 connections`,
|
||||
forceHttps: `Force ${common.https}`,
|
||||
hsts: 'HSTS',
|
||||
enableStrictTransportSecurity: `${common.enable} Strict Transport Security`,
|
||||
enableStrictTransportSecurity: `${common.enable} Strict Transport Security, requiring HTTPS connections`,
|
||||
enableIncludeSubDomains: `${common.enable} includeSubDomains directive, requiring HTTPS connections for ALL subdomains`,
|
||||
enablePreload: `${common.enable} preload directive, telling browsers to always make HTTPS connections only`,
|
||||
certificationType: 'Certification type',
|
||||
customCertificate: 'Custom certificate',
|
||||
letsEncryptEmail: `${common.letsEncrypt} email`,
|
||||
|
||||
Reference in New Issue
Block a user