Fossil SCM
Updates to the recommended value for the robot-restrict setting.
Commit
de7bf23a90ebdcfff37871545f1546905f23eff23c865a4f6e3159f73b94e197
Parent
0e675ad32cb71c6…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -499,11 +499,11 @@ | ||
| 499 | 499 | @ parameters. Some robots will spend hours juggling around query parameters |
| 500 | 500 | @ or even forging fake query parameters in an effort to discover new |
| 501 | 501 | @ behavior or to find an SQL injection opportunity or similar. This can |
| 502 | 502 | @ waste hours of CPU time and gigabytes of bandwidth on the server. A |
| 503 | 503 | @ suggested value for this setting is: |
| 504 | - @ "<tt>timeline,vdiff,fdiff,annotate,blame</tt>". | |
| 504 | + @ "<tt>timeline,*diff,vpatch,annotate,blame,praise</tt>". | |
| 505 | 505 | @ (Property: robot-restrict) |
| 506 | 506 | @ <p> |
| 507 | 507 | textarea_attribute("", 2, 80, |
| 508 | 508 | "robot-restrict", "rbrestrict", "", 0); |
| 509 | 509 | |
| 510 | 510 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -499,11 +499,11 @@ | |
| 499 | @ parameters. Some robots will spend hours juggling around query parameters |
| 500 | @ or even forging fake query parameters in an effort to discover new |
| 501 | @ behavior or to find an SQL injection opportunity or similar. This can |
| 502 | @ waste hours of CPU time and gigabytes of bandwidth on the server. A |
| 503 | @ suggested value for this setting is: |
| 504 | @ "<tt>timeline,vdiff,fdiff,annotate,blame</tt>". |
| 505 | @ (Property: robot-restrict) |
| 506 | @ <p> |
| 507 | textarea_attribute("", 2, 80, |
| 508 | "robot-restrict", "rbrestrict", "", 0); |
| 509 | |
| 510 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -499,11 +499,11 @@ | |
| 499 | @ parameters. Some robots will spend hours juggling around query parameters |
| 500 | @ or even forging fake query parameters in an effort to discover new |
| 501 | @ behavior or to find an SQL injection opportunity or similar. This can |
| 502 | @ waste hours of CPU time and gigabytes of bandwidth on the server. A |
| 503 | @ suggested value for this setting is: |
| 504 | @ "<tt>timeline,*diff,vpatch,annotate,blame,praise</tt>". |
| 505 | @ (Property: robot-restrict) |
| 506 | @ <p> |
| 507 | textarea_attribute("", 2, 80, |
| 508 | "robot-restrict", "rbrestrict", "", 0); |
| 509 | |
| 510 |