add a setting to hide commafeed from search engines

This commit is contained in:
Athou
2023-06-13 10:47:39 +02:00
parent 2c32fa1e13
commit 9156b8b6d0
6 changed files with 39 additions and 0 deletions

View File

@@ -65,6 +65,10 @@ public class CommaFeedConfiguration extends Configuration {
@Valid
private String publicUrl;
@NotNull
@Valid
private Boolean hideFromWebCrawlers = true;
@NotNull
@Valid
private Boolean allowRegistrations;