comparison doc/admin_guide.txt @ 7615:60fc16b6a1cc

doc: remove whitelist replace with allowing
author John Rouillard <rouilj@ieee.org>
date Sun, 03 Sep 2023 14:03:48 -0400
parents c9180009a286
children 08e4399c3ae4
comparison
equal deleted inserted replaced
7614:7102de2c8733 7615:60fc16b6a1cc
816 816
817 roundup-server -I uid_variable .... 817 roundup-server -I uid_variable ....
818 818
819 note that the header is passed exactly as supplied by the upstream 819 note that the header is passed exactly as supplied by the upstream
820 server. It is **not** prefixed with ``HTTP_`` like other headers since 820 server. It is **not** prefixed with ``HTTP_`` like other headers since
821 you are explicitly whitelisting the header. Multiple comma separated 821 you are explicitly allowing the header. Multiple comma separated
822 headers can be passed to the ``-I`` option. These could be used in a 822 headers can be passed to the ``-I`` option. These could be used in a
823 detector or other tracker extensions, but only one header can be used 823 detector or other tracker extensions, but only one header can be used
824 by the tracker as an authentication header. 824 by the tracker as an authentication header.
825 825
826 To make the tracker honor the new variable, change the tracker's 826 To make the tracker honor the new variable, change the tracker's

Roundup Issue Tracker: http://roundup-tracker.org/