Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Updates to the recommended value for the robot-restrict setting. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
de7bf23a90ebdcfff37871545f154690 |
| User & Date: | drh 2024-07-27 19:11:07.506 |
Context
|
2024-07-28
| ||
| 22:21 | Remove the LI discs from the /tree view, as discussed in [forum:915412fb926ffccb|forum post 915412fb926ffccb]. check-in: d84eef54be user: stephan tags: trunk | |
|
2024-07-27
| ||
| 19:11 | Updates to the recommended value for the robot-restrict setting. check-in: de7bf23a90 user: drh tags: trunk | |
| 17:28 | Simplified interaction on the honeypot. Humans can prove themselves with just two simple clicks when the auto-captcha setting is enabled. check-in: 0e675ad32c user: drh tags: trunk | |
Changes
Changes to src/setup.c.
| ︙ | ︙ | |||
497 498 499 500 501 502 503 | @ against the following pages.</b> @ <p> A "complex request" is an HTTP request that has one or more query @ parameters. Some robots will spend hours juggling around query parameters @ or even forging fake query parameters in an effort to discover new @ behavior or to find an SQL injection opportunity or similar. This can @ waste hours of CPU time and gigabytes of bandwidth on the server. A @ suggested value for this setting is: | | | 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 |
@ against the following pages.</b>
@ <p> A "complex request" is an HTTP request that has one or more query
@ parameters. Some robots will spend hours juggling around query parameters
@ or even forging fake query parameters in an effort to discover new
@ behavior or to find an SQL injection opportunity or similar. This can
@ waste hours of CPU time and gigabytes of bandwidth on the server. A
@ suggested value for this setting is:
@ "<tt>timeline,*diff,vpatch,annotate,blame,praise</tt>".
@ (Property: robot-restrict)
@ <p>
textarea_attribute("", 2, 80,
"robot-restrict", "rbrestrict", "", 0);
@ <hr>
@ <p><input type="submit" name="submit" value="Apply Changes"></p>
|
| ︙ | ︙ |