Fossil SCM
Change the recommended value for the robot-restrict setting mentioned in the online help to match the built-in default value, so it's easier to check if the setting was modified.
Commit
d55227eceead1d4ac6e41eeec27d9bed50339b2718f3f9ef4c78afc0968001e5
Parent
73e3217bc1ba40d…
1 file changed
+1
-1
+1
-1
| --- src/robot.c | ||
| +++ src/robot.c | ||
| @@ -263,11 +263,11 @@ | ||
| 263 | 263 | ** The VALUE of this setting is a list of GLOB patterns that match |
| 264 | 264 | ** pages for which complex HTTP requests from unauthenticated clients |
| 265 | 265 | ** should be disallowed. "Unauthenticated" means the user is "nobody". |
| 266 | 266 | ** The recommended value for this setting is: |
| 267 | 267 | ** |
| 268 | -** timelineX,diff,annotate,fileage,file,finfo,reports,tree,download,hexdump | |
| 268 | +** timelineX,diff,annotate,fileage,file,finfo,reports,tree,hexdump,download | |
| 269 | 269 | ** |
| 270 | 270 | ** Usually the tag should exactly match the page name. The "diff" tag |
| 271 | 271 | ** covers all diffing pages such as /vdiff, /fdiff, and /vpatch. The |
| 272 | 272 | ** "annotate" tag also covers /blame and /praise. "zip" also covers |
| 273 | 273 | ** /tarball and /sqlar. If a tag has an "X" character appended then it |
| 274 | 274 |
| --- src/robot.c | |
| +++ src/robot.c | |
| @@ -263,11 +263,11 @@ | |
| 263 | ** The VALUE of this setting is a list of GLOB patterns that match |
| 264 | ** pages for which complex HTTP requests from unauthenticated clients |
| 265 | ** should be disallowed. "Unauthenticated" means the user is "nobody". |
| 266 | ** The recommended value for this setting is: |
| 267 | ** |
| 268 | ** timelineX,diff,annotate,fileage,file,finfo,reports,tree,download,hexdump |
| 269 | ** |
| 270 | ** Usually the tag should exactly match the page name. The "diff" tag |
| 271 | ** covers all diffing pages such as /vdiff, /fdiff, and /vpatch. The |
| 272 | ** "annotate" tag also covers /blame and /praise. "zip" also covers |
| 273 | ** /tarball and /sqlar. If a tag has an "X" character appended then it |
| 274 |
| --- src/robot.c | |
| +++ src/robot.c | |
| @@ -263,11 +263,11 @@ | |
| 263 | ** The VALUE of this setting is a list of GLOB patterns that match |
| 264 | ** pages for which complex HTTP requests from unauthenticated clients |
| 265 | ** should be disallowed. "Unauthenticated" means the user is "nobody". |
| 266 | ** The recommended value for this setting is: |
| 267 | ** |
| 268 | ** timelineX,diff,annotate,fileage,file,finfo,reports,tree,hexdump,download |
| 269 | ** |
| 270 | ** Usually the tag should exactly match the page name. The "diff" tag |
| 271 | ** covers all diffing pages such as /vdiff, /fdiff, and /vpatch. The |
| 272 | ** "annotate" tag also covers /blame and /praise. "zip" also covers |
| 273 | ** /tarball and /sqlar. If a tag has an "X" character appended then it |
| 274 |