mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
Update access rules to block all root '.' files
This commit is contained in:
parent
e3e3b4da58
commit
f54a812ad5
@ -66,8 +66,8 @@ $HTTP["url"] =~ "^/admin/" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Block the github files from being accessible.
|
# Block . files from being served, such as .git, .github, .gitignore
|
||||||
$HTTP["url"] =~ "^/admin/(.git|.gitignore|.github)" {
|
$HTTP["url"] =~ "^/admin/\.(.*)" {
|
||||||
url.access-deny = ("")
|
url.access-deny = ("")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user