Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The sublist of robot defenses under security audit should use a,b,c,... not 1,2,3,... |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1e4202dec7dee2a5391942a563dca7ca |
User & Date: | drh 2024-07-29 22:39:01 |
Context
2024-07-30
| ||
10:56 | Spell out "setting" in loadmgmt.md. Forum post 7485b4bf89. ... (check-in: d9099070 user: drh tags: trunk) | |
2024-07-29
| ||
22:39 | The sublist of robot defenses under security audit should use a,b,c,... not 1,2,3,... ... (check-in: 1e4202de user: drh tags: trunk) | |
22:37 | Show a summary of robot defenses on the security audit page. ... (check-in: 9018c6f2 user: drh tags: trunk) | |
Changes
Changes to src/security_audit.c.
︙ | ︙ | |||
692 693 694 695 696 697 698 | @ </pre></blockquote> @ </p> table_of_public_phantoms(); @ </li> } @ <li><p>Robot Defenses: | | | 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 | @ </pre></blockquote> @ </p> table_of_public_phantoms(); @ </li> } @ <li><p>Robot Defenses: @ <ol type="a"> switch( db_get_int("auto-hyperlink",1) ){ default: @ <li> No auto-enable of hyperlinks. break; case 1: @ <li> Hyperlinks auto-enabled based on UserAgent and Javascript. break; |
︙ | ︙ |