| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
iterating over each tab and running the autoscroll js. Dynamically
Setting it to 0 doesn't work here because the js is still running.
Need to find some way to kill it.
|
|
|
|
| |
so as to leave no doubt that values are being uninitialized.
|
|
|
|
| |
functional changes.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
The setting 'referer' can be one of four different values:
'always' - the default. always send referer
'never' - never send referer
'same-domain' - only send referer if it's the same domain
Any other value, that is also a valid URL, will use this
custom value as referer. (E.g. you could set it to http://no-referer.com)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Ass a side effect of all the keyboard changes some keys lost their
override in address and search entry. Bring some of those back (like
ctrl-t etc). I am not sure I captured all the right ones so come debate
me if you think other changes need to be made to the defaults. One can
always do their own by using the ! in a keybinding.
|
|
|
|
|
|
|
|
|
|
| |
It tries to open a default.js file followed by host.domain.js. If the
host.domain.js file does not exist it tries to open domain.js.
It reads the content of the default AND host/domain file and executes
it.
All scripts go in the ~/.xxxterm/js/ directory.
|
| |
|
| |
|
|
Add whitelist and settings files.
|