Improve wording and file headers
This commit is contained in:
parent
282d979af4
commit
0a6c880be0
|
@ -1,5 +1,5 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# | Reducing MIME type security risks |
|
||||
# | Content Type Options |
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Prevent some browsers from MIME-sniffing the response.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# | Clickjacking |
|
||||
# | Frame Options |
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Protect website against clickjacking.
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# ----------------------------------------------------------------------
|
||||
# | Reflected Cross-Site Scripting (XSS) attacks |
|
||||
# | Cross-Site Scripting (XSS) Protection |
|
||||
# ----------------------------------------------------------------------
|
||||
|
||||
# Protect website reflected Cross-Site Scripting (XSS) attacks.
|
||||
#
|
||||
# (1) Try to re-enable the cross-site scripting (XSS) filter built
|
||||
# into most web browsers.
|
||||
#
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
# For services that don't need backward compatibility, the parameters
|
||||
# below provide a higher level of security.
|
||||
#
|
||||
# (!) This policy enfore a strong SSL configuration, which may raise
|
||||
# (!) This policy enforces a strong SSL configuration, which may raise
|
||||
# errors with old clients.
|
||||
# If a more compatible profile is required, use intermediate policy.
|
||||
# If a more compatible profile is required, use the intermediate policy.
|
||||
#
|
||||
# (1) The NIST curves (prime256v1, secp384r1, secp521r1) are known
|
||||
# to be weak and potentially vulnerable but are required to support
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
# ----------------------------------------------------------------------
|
||||
|
||||
# For services that want to be on the bleeding edge, the parameters
|
||||
# below sacrifice compatibility for the highest level of security & performance
|
||||
# below sacrifice compatibility for the highest level of security
|
||||
# and performance.
|
||||
#
|
||||
# (!) TLSv1.3 and it's 0-RTT feature require NGINX >=1.15.4 and OpenSSL >=1.1.1
|
||||
# to be installed.
|
||||
|
|
Loading…
Reference in New Issue