Check-in [c8777eeb43]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add (dir,tree) to the suggested robot-restrict value, per /chat discussion.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c8777eeb43cfb99fa1432e96a23b0834e63a87157a3907efc391a860bc804da7
User & Date: stephan 2024-07-29 10:54:27.482
Context
2024-07-29
11:25
Report the phase of operation in error log messages. check-in: 49f676e3b3 user: drh tags: trunk
10:54
Add (dir,tree) to the suggested robot-restrict value, per /chat discussion. check-in: c8777eeb43 user: stephan tags: trunk
2024-07-28
23:34
Improve the captcha that pops up when a robot is suspected. The captcha page now loads in place of the suspicious request, without needing to redirect. check-in: 1958448c6e user: drh tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/setup.c.
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>







|







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,dir,tree</tt>".
  @ (Property: robot-restrict)
  @ <p>
  textarea_attribute("", 2, 80,
      "robot-restrict", "rbrestrict", "", 0);

  @ <hr>
  @ <p><input type="submit"  name="submit" value="Apply Changes"></p>