mirror of
https://github.com/9001/copyparty.git
synced 2025-10-06 03:50:30 +02:00
option to regex-exclude files in browser listings
This commit is contained in:
parent
705b58c741
commit
9c28ba417e
5 changed files with 19 additions and 3 deletions
|
@ -113,7 +113,7 @@ class Cfg(Namespace):
|
|||
ex = "df loris re_maxage rproxy rsp_jtr rsp_slp s_wr_slp theme themes turbo"
|
||||
ka.update(**{k: 0 for k in ex.split()})
|
||||
|
||||
ex = "doctitle favico html_head lg_sbf log_fk md_sbf mth textfiles R RS SR"
|
||||
ex = "doctitle favico html_head lg_sbf log_fk md_sbf mth textfiles unlist R RS SR"
|
||||
ka.update(**{k: "" for k in ex.split()})
|
||||
|
||||
ex = "xad xar xau xbd xbr xbu xiu xm"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue