diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-13 14:02:02 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-13 14:02:02 +0100 |
commit | 4818cb28debf4601213707f6c1b9b22348b51fbc (patch) | |
tree | 6120f6728417532c3309ee711f7645e81caa9687 /res | |
parent | df40fcdde896f636a05d1e3fe598feb2a816f2b9 (diff) | |
download | chawan-4818cb28debf4601213707f6c1b9b22348b51fbc.tar.gz |
http: use CURLU for URLs
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index 21f02533..3eddde2f 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -1,7 +1,7 @@ # Default urimethodmap file for Chawan. -http: cgi-bin:http?%s -https: cgi-bin:http?%s +http: cgi-bin:http +https: cgi-bin:http finger: cgi-bin:cha-finger gemini: cgi-bin:gmifetch?%s about: cgi-bin:about |