| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
The referer is now checked more strictly against the host.
If setting 'referer' is set to 'same-domain', it now checks
it against the public-suffix, so referers can be sent between
subdomains.
If 'referer' is set to 'same-fqdn' (NEW) the FQDN's must match
strictly.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Strict-Transport-Security is a HTTP-flag that a server
can specify to force all future requests to that server
to be done via https.
The flag 'enable_strict_transport' specifies if STS should be
used or not. Default is TRUE.
|
|
|
|
|
|
|
|
|
| |
Add "cookie purge" command (removes all).
Update manual to mention "cookie purge".
Make the cookiejar page look more consistent.
Update copyright on files I have touched.
OK marco
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New setting: 'download_mode' - values:
start - downloads are automatically started (works like previous)
this is the default.
ask - before a download is started, the user gets a question.
if the answer is yes, the download will start. otherwise
it will be added to the downloadmanager, but not started.
add - downloads are added to downloadmanager, but not stared.
the user must then open the downloadmanager and start
the downloads.
ok @marco
|
| |
|
|
|
|
|
|
|
|
|
| |
FS#214 and #144.
Thanks to Stefan Bolte (dwb browser) for relicensing his
javascript code for autoscroll!
ok marco@
|
|
|
|
| |
ok marco@
|
|
|
|
| |
ok marco@
|
|
|
|
|
|
| |
Code from Elias Norberg (xyzzy)
ok marco@
|
|
|
|
|
|
| |
Code from Elias Norberg (xyzzy)
ok marco@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
FS#206:"Add option: maximize at startup"
(From Wei-Ning Huang (aitjcize))
FS#198: "Buffer command gu documented as gU"
(Pointed out by John Brendler (brendlerjg))
FS#203: "Add command gU for opening the root of a webpage"
(Slightly modified code from Elias Norberg (xyzzy))
FS#211: "New key handling code breaks old :buffers/:ls behavior."
ok marco@
|
|
|
|
|
| |
Fixes FS#65
from Elias Norberg xyzzy@kudzu.se
|
|
|
|
| |
From Cody Wright M8R-2bxmml@mailinator.com
|
|
|
|
|
| |
Work around for bug #51747
from Stevan Andjelkovic <stevan.andjelkovic@strath.ac.uk>
|
|
|
|
|
| |
We can now toggle a proxy with F2 and we also look at HTTP_PROXY
environment variable. This is handy for toggling Tor on and off.
|
|
|
|
| |
Fixes FS#186
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Add the :script <filename> command to load and execute a piece of
JavaScript in the current tab context. This should enable all kinds of
awesome extension for xxxterm. This is also dangerous and not yet
properly cordoned off so use with care. This feature is experimental.
New things will be added to it as it becomes apparent what else needs to
be done to add things such as password managers etc.
|
|
|
|
|
| |
When set the browser will attempt to enable the default input on a
website. Off by default
|
| |
|
|
|
|
| |
From: Ingo Feinerer <feinerer@logic.at>
|
|
|
|
| |
Requested by Ingo Feinerer <feinerer@logic.at>
|
| |
|
| |
|
|
|
|
|
| |
This adds default and per-tab encoding support.
FS#149
|
|
|
|
| |
upon restart/reload of xxxterm.
|
|
|
|
|
|
| |
conjunction with guess_search = 1).
regex string isn't quite right but get it in so that people can test.
|
| |
|
|
|
|
| |
can add it [`] back in as a seperate regex.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
work. This strikes me as insane for anyone who likes some sort of
security. Then again if one chooses to use sites like flickr chances
are that one doesn't care the least bit. So to work around this enable
local storage for domains that are in the cookie white list.
This leaves a sour taste in my mouth but what else can one do?
Fixes FS#137
|
|
|
|
| |
It is disable by default because we expect xterm to soon fix this bug.
|
| |
|
|
|
|
|
| |
Spotted by A. Costa <agcosta at gis dot net> and Luis Henriques
<luis dot henrix at gmail dot com>.
|
| |
|
|
|
|
|
|
| |
relying on webkit and/or html to say otherwise.
use history instead of webkit functions to go back and forward.
|
|
|
|
| |
ok marco, todd finds this appealing
|
|
|
|
| |
spotted by Aleksander Balicki
|
|
|
|
| |
marco doesn't care so ok
|
|
|
|
| |
ok marco
|
|
|
|
| |
ok marco. todd likes this.
|
|
|
|
| |
ok marco
|
|
|
|
| |
ok marco
|
|
|
|
| |
ok marco
|
|
|
|
|
|
| |
update manpage
ok marko
|