This commit is contained in:
6543 2021-12-04 21:59:04 +01:00
parent b28204a468
commit 2b49039252
No known key found for this signature in database
GPG Key ID: C99B82E40B027BAE
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ var AllowedCorsDomains = [][]byte{
}
// BlacklistedPaths specifies forbidden path prefixes for all Codeberg Pages.
// TODO: Make it a flag too
var BlacklistedPaths = [][]byte{
[]byte("/.well-known/acme-challenge/"),
}