diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-10 00:06:46 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-10 00:06:46 +0100 |
commit | 3cadec11d0d8758c1a396ce77a61d5adab5bc6c1 (patch) | |
tree | 3af8217f0044aad095b7a1c8eed3eea58ed9ff13 /res | |
parent | f5dfff7f07dc2f7261a60e98e32a337c7ec89f73 (diff) | |
download | chawan-3cadec11d0d8758c1a396ce77a61d5adab5bc6c1.tar.gz |
config: disable w3m-cgi-compat by default
It was a bad idea to enable by default, as it is mostly pointless and is a potential security hole.
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index a24afeed..51be9b73 100644 --- a/res/config.toml +++ b/res/config.toml @@ -32,7 +32,7 @@ urimethodmap = [ ] tmpdir = "/tmp/cha" editor = "vi %s +%d" -w3m-cgi-compat = true +w3m-cgi-compat = false [network] max-redirect = 10 |