mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:59:28 +02:00
Introduce noplainemail option to hide email adresses from spambots
Signed-off-by: Martin Szulecki <opensuse@sukimashita.com>
This commit is contained in:
parent
286a905842
commit
2f56e390f0
7 changed files with 22 additions and 7 deletions
1
cgit.h
1
cgit.h
|
@ -168,6 +168,7 @@ struct cgit_config {
|
|||
int max_repodesc_len;
|
||||
int max_stats;
|
||||
int nocache;
|
||||
int noplainemail;
|
||||
int noheader;
|
||||
int renamelimit;
|
||||
int snapshots;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue