Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Show the redirect-to-https on the /setup_settings page. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b087b03a7ed6cabd5762247b1e6e066b |
| User & Date: | drh 2024-10-21 11:07:54.007 |
Context
|
2024-10-21
| ||
| 11:15 | Improvements to the redirect-to-https documentation. check-in: 27891979e1 user: drh tags: trunk | |
| 11:12 | Merge from trunk. check-in: 201004367b user: brickviking tags: bv-corrections01 | |
| 11:07 | Show the redirect-to-https on the /setup_settings page. check-in: b087b03a7e user: drh tags: trunk | |
| 10:20 | Merge typo fixes from the bv-corrections01 branch. check-in: a186d8b8c9 user: drh tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
4839 4840 4841 4842 4843 4844 4845 | /* ** SETTING: proxy width=32 default=system ** URL of the HTTP proxy. If undefined or "system", the "http_proxy" ** environment variable is consulted. If "off", a direct HTTP connection is ** used. */ /* | | | 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 | /* ** SETTING: proxy width=32 default=system ** URL of the HTTP proxy. If undefined or "system", the "http_proxy" ** environment variable is consulted. If "off", a direct HTTP connection is ** used. */ /* ** SETTING: redirect-to-https default=0 width=2 ** Specifies whether or not to redirect http:// requests to ** https:// URIs. A value of 0 (the default) means not to ** redirect, 1 means to redirect only the /login page, and 2 ** means to always redirect. */ /* ** SETTING: relative-paths boolean default=on |
| ︙ | ︙ |