diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-28 17:56:45 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-28 17:56:45 +0200 |
commit | 1dea3e9fbe4a902db6325195df0d7a465f82cfc5 (patch) | |
tree | d400bcaa2fdf4c71a81919a45c0a58a345bbc8fc /res | |
parent | 6a0e957e1f2c9f5bea0882efbf2e0494cd5074fa (diff) | |
download | chawan-1dea3e9fbe4a902db6325195df0d7a465f82cfc5.tar.gz |
gopher: do not depend on libcurl
I'm thinking of making libcurl entirely optional; let's start with the easiest part. I've added a SOCKS5 client for ALL_PROXY support; I know curl supported others too, but whatever.
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index 356e1e4b..91032615 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -10,7 +10,6 @@ ftp: cgi-bin:ftp sftp: cgi-bin:ftp ftps: cgi-bin:ftp gopher: cgi-bin:gopher -gophers: cgi-bin:gophers spartan: cgi-bin:spartan man: cgi-bin:man man-k: cgi-bin:man |