Mercurial > p > roundup > code
changeset 8043:69629a4f7262
doc: in description, replace field with header for csrf_* settings
The doc for the csrf_* settings referered to "field is missing" when
referencing it as headers elsewhere in the doc. Change to use header
instead of field to reduce confusion.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 25 Jun 2024 12:10:14 -0400 |
| parents | 9ba60ddafd2a |
| children | f9eaaa63fda2 |
| files | roundup/configuration.py |
| diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/configuration.py Tue Jun 25 12:06:06 2024 -0400 +++ b/roundup/configuration.py Tue Jun 25 12:10:14 2024 -0400 @@ -1348,7 +1348,7 @@ the user if the header is missing or invalid. Set this to 'yes' to block the post and notify the user if the header is invalid, but accept the form if - the field is missing. + the header is missing. Set this to 'logfailure' to log a notice to the roundup log if the header is invalid or missing, but accept the post. @@ -1360,7 +1360,7 @@ the user if the header is missing or invalid. Set this to 'yes' to block the post and notify the user if the header is invalid, but accept the form if - the field is missing. + the header is missing. Set this to 'logfailure' to log a notice to the roundup log if the header is invalid or missing, but accept the post. @@ -1391,7 +1391,7 @@ the user if the header is missing or invalid. Set this to 'yes' to block the post and notify the user if the header is invalid, but accept the form if - the field is missing. + the header is missing. Set this to 'logfailure' to log a notice to the roundup log if the header is invalid or missing, but accept the post. @@ -1404,7 +1404,7 @@ the user if the header is missing or invalid. Set this to 'yes' to block the post and notify the user if the header is invalid, but accept the form if - the field is missing. + the header is missing. Set this to 'logfailure' to log a notice to the roundup log if the header is invalid or missing, but accept the post.
