You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -55,6 +56,7 @@ To expose local directory (e.g. /data/my-data) simply use 'loophole path /data/m
55
56
}
56
57
57
58
funcinit() {
59
+
dirCmd.PersistentFlags().BoolVar(&config.Config.Display.DisableDirectoryListing, "disable-directory-listing", false, "Disable showing all files when navigating to directories without index.html")
0 commit comments