mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-16 09:39:14 +02:00
temmie/userweb: add more patterns to denylist
This commit is contained in:
@@ -118,14 +118,28 @@ in
|
||||
"\\.svn"
|
||||
"\\.ssh"
|
||||
"\\.env"
|
||||
"\\.env\\..*"
|
||||
"\\.envs"
|
||||
"\\.envs\\..*"
|
||||
"\\.envrc"
|
||||
"\\.bzr"
|
||||
"\\.venv"
|
||||
"CVS"
|
||||
"RCS"
|
||||
|
||||
".*\\.swp"
|
||||
".*\\.bak"
|
||||
".*~"
|
||||
|
||||
".*\\.bak"
|
||||
".*\\.bak.*"
|
||||
".*\\.bkp"
|
||||
".*\\.bkp.*"
|
||||
".*\\.backup"
|
||||
".*\\.backup.*"
|
||||
|
||||
".*\\.lck"
|
||||
".*\\.lock"
|
||||
"LCK\\.\\..*"
|
||||
]})(/|$)">
|
||||
AllowOverride All
|
||||
Require all denied
|
||||
|
||||
Reference in New Issue
Block a user