mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-12-02 18:45:29 +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.
|
// 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 New Issue
Block a user