Update filter routes

This commit is contained in:
Marcus Noble 2022-07-22 18:38:12 +00:00
parent fbf3657b77
commit 0f90c7c0d0
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ router.all(/.*\.sql$/, blackHole);
router.all('(/*)?/wp-includes/?(*)?', blackHole);
router.all('/.git/*?', blackHole);
router.all('/.env', blackHole);
router.all('/data/owncloud.log', blackHole);
router.all('/autodiscover/autodiscover.xml', blackHole)
router.all('/.well-known/autoconfig(/.*)?', blackHole)
router.all('/admin(/.*)?', blackHole)