mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-18 10:29:43 +00:00
add todo
This commit is contained in:
parent
b28204a468
commit
2b49039252
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ var AllowedCorsDomains = [][]byte{
|
||||||
}
|
}
|
||||||
|
|
||||||
// BlacklistedPaths specifies forbidden path prefixes for all Codeberg Pages.
|
// BlacklistedPaths specifies forbidden path prefixes for all Codeberg Pages.
|
||||||
|
// TODO: Make it a flag too
|
||||||
var BlacklistedPaths = [][]byte{
|
var BlacklistedPaths = [][]byte{
|
||||||
[]byte("/.well-known/acme-challenge/"),
|
[]byte("/.well-known/acme-challenge/"),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue