* [PATCH] doc config: mention obfuscation-related options
@ 2021-04-19 3:00 Kyle Meyer
2021-04-19 3:10 ` Eric Wong
0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2021-04-19 3:00 UTC (permalink / raw)
To: meta
Obfuscation has been available since v1.0.0. Help those that want to
use the feature figure out how.
---
Documentation/public-inbox-config.pod | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod
index f8edf6f6..36d6bff2 100644
--- a/Documentation/public-inbox-config.pod
+++ b/Documentation/public-inbox-config.pod
@@ -322,6 +322,22 @@ always contain all git repos used by the inbox at C<$INBOX_URL>
Default: C<match=domain>
+=item publicinbox.<name>.obfuscate
+
+Whether to obfuscate email addresses in the L<PublicInbox::WWW> HTML
+interface.
+
+Default: false
+
+=item publicinbox.noObfuscate
+
+A space-delimited list of well-known addresses and domains that should
+not be obfuscated when C<publicinbox.$NAME.obfuscate> is true (e.g.,
+C<public@example.com> and C<@example.com>). This may be specified
+more than once, in which case the values are merged.
+
+Default: none
+
=back
=head2 NAMED LIMITER (PSGI)
base-commit: 7060701075dcb467ed1328f048b96dc0bd446fbb
--
2.31.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-19 3:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-19 3:00 [PATCH] doc config: mention obfuscation-related options Kyle Meyer
2021-04-19 3:10 ` Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).