Fix rebase artifacts

This commit is contained in:
Léo Colombaro 2019-05-16 00:16:13 +02:00
parent 67c54c53f1
commit d7fc6c362d
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
4 changed files with 13 additions and 13 deletions

View File

@ -8,9 +8,9 @@
# https://hsivonen.fi/doctype/#ie8 # https://hsivonen.fi/doctype/#ie8
# #
# (!) Starting with Internet Explorer 11, document modes are deprecated. # (!) Starting with Internet Explorer 11, document modes are deprecated.
# If your business still relies on older web apps and services that were # If your business still relies on older web apps and services that were
# designed for older versions of Internet Explorer, you might want to consider # designed for older versions of Internet Explorer, you might want to
# enabling `Enterprise Mode` throughout your company. # consider enabling `Enterprise Mode` throughout your company.
# #
# https://msdn.microsoft.com/en-us/library/ie/bg182625.aspx#docmode # https://msdn.microsoft.com/en-us/library/ie/bg182625.aspx#docmode
# https://blogs.msdn.microsoft.com/ie/2014/04/02/stay-up-to-date-with-enterprise-mode-for-internet-explorer-11/ # https://blogs.msdn.microsoft.com/ie/2014/04/02/stay-up-to-date-with-enterprise-mode-for-internet-explorer-11/

View File

@ -31,10 +31,10 @@ location ~* /\.(?!well-known\/) {
# https://feross.org/cmsploit/ # https://feross.org/cmsploit/
# #
# (!) Update the `location` regular expression from below to include any files # (!) Update the `location` regular expression from below to include any files
# that might end up on your production server and can expose sensitive # that might end up on your production server and can expose sensitive
# information about your website. These files may include: configuration files, # information about your website. These files may include: configuration
# files that contain metadata about the project (e.g.: project dependencies), # files, files that contain metadata about the project (e.g.: project
# build scripts, etc.. # dependencies, build scripts, etc.).
location ~* (?:#.*#|\.(?:bak|conf|dist|fla|in[ci]|log|orig|psd|sh|sql|sw[op])|~)$ { location ~* (?:#.*#|\.(?:bak|conf|dist|fla|in[ci]|log|orig|psd|sh|sql|sw[op])|~)$ {
deny all; deny all;

View File

@ -13,13 +13,13 @@
# via HTTPS, regardless of what the users type in the browser's address bar. # via HTTPS, regardless of what the users type in the browser's address bar.
# #
# (!) Be aware that this, once published, is not revokable and you must ensure # (!) Be aware that this, once published, is not revokable and you must ensure
# being able to serve the site via SSL for the duration you've specified # being able to serve the site via SSL for the duration you've specified
# in max-age. When you don't have a valid SSL connection (anymore) your # in max-age. When you don't have a valid SSL connection (anymore) your
# visitors will see a nasty error message even when attempting to connect # visitors will see a nasty error message even when attempting to connect
# via simple HTTP. # via simple HTTP.
# #
# (!) Remove the `includeSubDomains` optional directive if the website's # (!) Remove the `includeSubDomains` optional directive if the website's
# subdomains are not using HTTPS. # subdomains are not using HTTPS.
# #
# (1) If you want to submit your site for HSTS preload (2) you must # (1) If you want to submit your site for HSTS preload (2) you must
# * ensure the `includeSubDomains` directive to be present # * ensure the `includeSubDomains` directive to be present

View File

@ -1,5 +1,5 @@
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# | Reflected Cross-Site Scripting (XSS) attacks | # | Cross-Site Scripting (XSS) Protection |
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------
# Protect website reflected Cross-Site Scripting (XSS) attacks. # Protect website reflected Cross-Site Scripting (XSS) attacks.