Fix rebase artifacts
This commit is contained in:
parent
67c54c53f1
commit
d7fc6c362d
|
@ -9,8 +9,8 @@
|
||||||
#
|
#
|
||||||
# (!) 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/
|
||||||
|
|
|
@ -32,9 +32,9 @@ location ~* /\.(?!well-known\/) {
|
||||||
#
|
#
|
||||||
# (!) 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;
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue