d1d65a0b21Ready for v0.2.3
yakumo.izuru
2024-03-21 22:39:20 +00:00
3720388827Merge safe values into a single source file, also skip fmt.Println() altogether for yukari.FullVersion()
yakumo.izuru
2024-03-21 11:19:06 +00:00
a1870b708bMerge pull request #100 from aureq/aureq-proxies
asciimoo
2021-03-15 21:00:23 +00:00
a92c810197[fix] do not check a second time for environment variables that have been checked already
aurelien
2021-02-27 08:05:18 +00:00
66cf763b79[enh] implement HTTP proxy over environment variables [enh] implement custom HTP proxy over command line (proxy auth supported) [enh] allow for IPv4 only connectivity [enh] improve help message for each option [enh] log connection method on startup [fix] ensure all connectivity flags (-proxyenv,-proxy, -socks5, -ipv6) are mutually exclusive
aurelien
2021-02-27 06:29:10 +00:00
82cf585894[enh] upgrade fasthttp to 1.21.0 to support more proxy types
aurelien
2021-02-27 06:07:16 +00:00
47c2ac009bMerge pull request #76 from dalf/redirect
asciimoo
2020-07-25 01:49:26 +00:00
978b5d40ecMerge remote-tracking branch 'origin/master' into redirect
alex
2020-07-24 14:56:05 +00:00
af8036aa09[fix] cleanup rebase
asciimoo
2020-07-14 21:28:16 +00:00
ad9b87840e[enh] add more verbose debug messages
asciimoo
2020-07-14 21:24:04 +00:00
640db34ff5[fix] parse hostnames even if scheme is missing
asciimoo
2020-07-14 21:24:04 +00:00
756d8c977a[mod] create own module for config
asciimoo
2020-07-14 21:23:59 +00:00
f6452956dcMerge pull request #47 from dalf/nohttppage
asciimoo
2016-12-23 21:19:44 +00:00
d0a2e1f525[enh] for protocols others than HTTP(S) or for .onion domains, Morty serves a HTML page to the original URL with a warning.
alex
2016-12-23 20:10:33 +00:00
f12bd0a629Merge pull request #46 from dalf/html
asciimoo
2016-12-23 19:25:28 +00:00
9ed294432f[mod] fix HTML in the welcome page. Make sure the morty header is always visible with the same CSS style. Add an empty favicon.ico.
alex
2016-12-23 17:58:04 +00:00
26bec6c5b8[fix] package name
asciimoo
2016-12-21 23:28:11 +00:00
bca380ed6cMerge pull request #45 from dalf/mimetype
asciimoo
2016-12-21 23:26:49 +00:00
04b1b48071[mod] allow different content types according to two while lists. The first white list doesn't modified the Content-Disposition header. The second white list forces "attachment"
alex
2016-12-21 17:10:56 +00:00
04ff44b7ef[enh] parse and filter Content-Type. svg, mathml, multipart, xml (because of namespace) are forbidden. the charset parameters in Content-Type is only set when it is by the original server. the */xhtml+* Content-Type : the conversion to UTF-8 is now done (it wasn't the case before). string type is used because of the mime package API.
alex
2016-12-15 22:32:34 +00:00
781a5a6588Merge pull request #38 from dalf/uri
asciimoo
2016-12-07 11:09:30 +00:00
809239ddc1[mod] data scheme URL : allow only images (png, jpeg, pjpeg, gif, webp)
alex
2016-12-01 13:01:22 +00:00
b9f693e84b[enh] ignore all special characters in the URI protocol (example : jav	ascript:alert('XSS'))
alex
2016-12-01 12:45:38 +00:00
9583802a32Merge pull request #40 from asciimoo/firefox-ua
asciimoo
2016-12-04 11:00:14 +00:00
bf0abf4ce5[fix] Firefox user agent instead of Chrome
alex
2016-12-03 11:56:10 +00:00
fd3b8ebc4cMerge pull request #39 from dalf/comment
asciimoo
2016-12-04 10:58:41 +00:00
5f7d8768fb[fix] ignore all comments (quick fix about the privacy issue with IE conditional comments)
alex
2016-11-29 13:52:16 +00:00
0b4c173193[enh] add anchor url parse test
asciimoo
2016-11-30 00:19:16 +00:00