Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Include 'nonce' TH1 variable in the custom skin documentation. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
02367341b6944d1b0642b2222525ff83 |
User & Date: | mistachkin 2019-02-18 19:17:40.187 |
Context
2019-02-18
| ||
20:44 | Allow arguments with non-ASCII characters for constructed shell commands. ... (check-in: 72e4b915 user: drh tags: trunk) | |
19:17 | Include 'nonce' TH1 variable in the custom skin documentation. ... (check-in: 02367341 user: mistachkin tags: trunk) | |
19:09 | When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. Also, add the 'nonce' command to TH1. ... (check-in: 8a65cd18 user: mistachkin tags: trunk) | |
Changes
Changes to www/customskin.md.
︙ | ︙ | |||
234 235 236 237 238 239 240 241 242 243 244 245 246 247 | without the leading "/" and without query parameters. Examples: "timeline", "doc/trunk/README.txt", "wiki". * **csrf_token** - A token used to prevent cross-site request forgery. * **default_csp** - The content to be used within the default header for the "Content-Security-Policy" meta tag. * **release_version** - The release version of Fossil. Ex: "1.31" * **manifest_version** - A prefix on the check-in hash of the specific version of fossil that is running. Ex: "\[47bb6432a1\]" * **manifest_date** - The date of the source-code check-in for the | > > > | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 | without the leading "/" and without query parameters. Examples: "timeline", "doc/trunk/README.txt", "wiki". * **csrf_token** - A token used to prevent cross-site request forgery. * **default_csp** - The content to be used within the default header for the "Content-Security-Policy" meta tag. * **nonce** - The value of the cryptographic nonce for the request being processed. * **release_version** - The release version of Fossil. Ex: "1.31" * **manifest_version** - A prefix on the check-in hash of the specific version of fossil that is running. Ex: "\[47bb6432a1\]" * **manifest_date** - The date of the source-code check-in for the |
︙ | ︙ |