diff options
author | bptato <nincsnevem662@gmail.com> | 2023-05-29 01:41:15 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-06-01 13:01:44 +0200 |
commit | 245a2067ef8204dd6a260e1bdc415981243f549b (patch) | |
tree | 46ca4b7618766df1a358fa33567a00739b9772be /doc/config.md | |
parent | d48aa61fd8e3595a8ae90cfacc9f35318acbe8d4 (diff) | |
download | chawan-245a2067ef8204dd6a260e1bdc415981243f549b.tar.gz |
Fix more config inconsistencies
So that the default config actually works again. Also some doc updates.
Diffstat (limited to 'doc/config.md')
-rw-r--r-- | doc/config.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index d18c3fa1..6b6d5dd2 100644 --- a/doc/config.md +++ b/doc/config.md @@ -301,7 +301,7 @@ passed as arguments are matched as well.</td> </tr> <tr> -<td>substitute</td> +<td>substitute-url</td> <td>JavaScript function</td> <td>A JavaScript function Chawan will pass the input string to. If a new string is returned, it will be parsed instead of the old one.</td> @@ -396,6 +396,18 @@ Defaults to false. </td> </tr> +<tr> +<td>scripting</td> +<td>boolean</td> +<td>Enable/disable JavaScript execution on this site.</td> +</tr> + +<tr> +<td>document-charset</td> +<td>boolean</td> +<td>Specify the default encoding for this site. Overrides document-charset +in [encoding].</td> +</tr> </table> |