Browse Source

Add 'SECURITY.md' to .htaccess

Daniel Rudolf 3 năm trước cách đây
mục cha
commit
93dbbe750d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .htaccess

+ 1 - 1
.htaccess

@@ -5,7 +5,7 @@
 
 
     # Deny access to internal dirs and files by passing the URL to Pico
     # Deny access to internal dirs and files by passing the URL to Pico
     RewriteRule ^(config|content|content-sample|lib|vendor)(/|$) index.php [L]
     RewriteRule ^(config|content|content-sample|lib|vendor)(/|$) index.php [L]
-    RewriteRule ^(CHANGELOG\.md|composer\.(json|lock|phar))(/|$) index.php [L]
+    RewriteRule ^(CHANGELOG\.md|SECURITY.md|composer\.(json|lock|phar))(/|$) index.php [L]
     RewriteRule (^\.|/\.)(?!well-known(/|$)) index.php [L]
     RewriteRule (^\.|/\.)(?!well-known(/|$)) index.php [L]
 
 
     # Enable URL rewriting
     # Enable URL rewriting