mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-30 16:05:32 +00:00
add todo
This commit is contained in:
parent
b28204a468
commit
2b49039252
@ -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/"),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user