diff options
author | bptato <nincsnevem662@gmail.com> | 2024-06-29 00:22:00 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-06-29 00:26:56 +0200 |
commit | 8028c5a15a65dfdacb9ba8250c88e338546b49dc (patch) | |
tree | 968f3643852a6382f00dc0bd51ff0f659966f31b /res | |
parent | 8268ba2cf049be1865875e3e01305a500fa533e2 (diff) | |
download | chawan-8028c5a15a65dfdacb9ba8250c88e338546b49dc.tar.gz |
config: add various missing options
Mainly things you could already set with [[siteconf]] but not normally. Also, a `styling' option to disable author styles. Also, `images' is now documented as an "experimental" option, since it's halfway usable now.
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/config.toml b/res/config.toml index ea3fcff5..d93eb067 100644 --- a/res/config.toml +++ b/res/config.toml @@ -231,6 +231,13 @@ form-request = "mailto" [protocol.data] form-request = "data" +[buffer] +styling = true +images = false +scripting = false +referer-from = false +cookie = false + [search] wrap = true ignore-case = true |