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<[email protected]> 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
