| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/117
|
| |
|
| |
|
| |
|
|
|
|
|
| |
cf. gnutls-trustfiles in Emacs 27.1
<https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/net/gnutls.el?h=emacs-27.1#n106>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
old behavior can be toggled via options
|
|\
| |
| | |
Patch to make w3m’s handling of the a element HTML5 compatible (when the stream is HTML5)
|
| |
| |
| |
| |
| |
| | |
but should be closed when encountering buttons, for example. Many sites that use HTML5-style anchors end up having links displayed with zero-length link texts. The proposed patch correct this behaviour by detecting whether the document is HTML5, then suppressing the close-anchor action in CLOSE_A if it's an HTML5 document. A new macro handles the HTML5-specific cases where anchors are not already always closed.
This also fixes a bug in the tokenizing FSM in etc.c that prevented the !doctype element from being recognized; the fix is necessary because HTML5 detection depends on checking the !doctype element.
|
|/
|
|
|
|
| |
(when m17n and Unicode are configured) to use "smart" quotes if the display charset can handle them. Falls back to old behaviour (ASCII quotes with left/right quote semantics for 6/0 and 2/6) if display charset is us-ascii.
Also changes the behaviour of conv_entity() to convert left/right quotes and some dashes because named entities are needed for the new code for the q tag.
|
|
|
|
|
|
| |
Since Google gives usable search results to Lynx but not to w3m, and
many other sites block Lynx but /not/ w3m, we want to be able to set
the User Agent string on a per-site basis.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adding on command line the user agent add a duplicate header:
```
./w3m -header "User-Agent: Mozilla" http://localhost:9999
GET / HTTP/1.0
User-Agent: w3m/0.5.3+git20190105
Accept: text/html, text/*;q=0.5, image/*, application/*, message/*, x-scheme-handler/*, audio/*, video/*, inode/*
Accept-Encoding: gzip, compress, bzip, bzip2, deflate
Accept-Language: en;q=1.0
Host: localhost:9999
Pragma: no-cache
Cache-control: no-cache
User-Agent: Mozilla
```
As a result most server will take the first given; the default
w3m_version or the one defined on config `user_agent`
With this patch we can now override `User-Agent` from command line
|
|
|
|
| |
Bug-Debian: https://github.com/tats/w3m/issues/38
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Bug-Arch: https://bugs.archlinux.org/task/47102
|
|
|
|
| |
cf. http://d.hatena.ne.jp/rubikitch/20101120
|
| |
|
|
|
|
| |
specified in html source, skip to load the image.
|
| |
|
|
|
|
|
|
|
|
| |
change the default for the option "Use ASCII equivalents to
display entities" from YES to NO.
Origin: https://build.opensuse.org/package/view_file/openSUSE:Factory/w3m/w3m-0.5.1-no-ASCII-equivalents-by-default.patch?expand=1
Bug-Novell: https://bugzilla.novell.com/show_bug.cgi?id=247397
|
|\ |
|
| |
| |
| |
| | |
cf. https://blog.mozilla.org/security/2014/10/14/the-poodle-attack-and-the-end-of-ssl-3-0/
|
| |
| |
| |
| | |
Origin: http://www.openwall.com/lists/oss-security/2010/06/14/4
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
istream.c
main.c
|
| |/
| |
| |
| |
| | |
Patch from <http://www.j10n.org/files/w3m-cvs-1.1055-win64gc.patch>,
[w3m-dev:04469] on 2013-10-14.
|
|\ \ |
|
| |/
| |
| |
| |
| | |
Patch to support the siteconf feature, from [w3m-dev 04463]
on 2012-06-27, provided by AIDA Shinra.
|
|/
|
|
|
|
| |
Patch from upstream, [w3m-dev 04411] on 2010-09-17, to support the
button element. It is discussed upstream and incomplete, but enough
to login Launchpad.
|
| |
|
| |
|
|
|