Update On Mon May 12 20:36:40 CEST 2025

This commit is contained in:
github-action[bot]
2025-05-12 20:36:41 +02:00
parent 4316924d4e
commit 9a7d1de18d
103 changed files with 1319 additions and 1075 deletions
+1 -1
View File
@@ -755,7 +755,7 @@ func parseGeneral(cfg *RawConfig) (*General, error) {
func parseController(cfg *RawConfig) (*Controller, error) {
if path := cfg.ExternalUI; path != "" && !C.Path.IsSafePath(path) {
return nil, fmt.Errorf("path is not subpath of home directory: %s", path)
return nil, C.Path.ErrNotSafePath(path)
}
return &Controller{
ExternalController: cfg.ExternalController,