Explorar el Código

:beers: Block access to dotfiles, except for .well-known/

Andrea Franceschini hace 6 años
padre
commit
a7c048b93f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .htaccess

+ 1 - 0
.htaccess

@@ -1,4 +1,5 @@
 RewriteEngine on
+RewriteRule "(^|/)\.(?!well-known\/)" - [F]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteCond %{REQUEST_URI} !=/favicon.ico