aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
Commit message (Collapse)AuthorAge
* Fix follow in new window with url containing %Gravatar Michal 'vorner' Vaner2012-04-14
| | | | | | | The script printed the URL through printf, which interpreted the % as control character. This led to the script not working and printing errors like "%C is not valid formatting character". Using echo should be safe.
* Fix an off-by-one errorGravatar Ben Boeckel2012-04-04
| | | | Awk strings are 1-indexed, so 1 needs to be added to the starting index.
* Merge remote-tracking branch 'lucab/master'Gravatar Brendan Taylor2012-02-12
|\
| * Restrict third-party access to cookie jar (CVE-2012-0843)Gravatar Luca Bruno2012-02-12
| | | | | | | | | | | | | | | | Make sure new cookie jar is created with no permission for "others", and remove excessive rights on existing jar if any. This fixes CVE-2012-0843 and uzbl bug #291. Signed-off-by: Luca Bruno <lucab@debian.org>
* | Merge remote-tracking branch 'dylex/master'Gravatar Brendan Taylor2012-01-10
|\ \ | |/ |/| | | | | Conflicts: src/uzbl-core.c
* | ssl_ca_file needs to be turned on too.Gravatar Brendan Taylor2011-11-28
| |
* | enable SSL verification by default.Gravatar Brendan Taylor2011-11-28
| |
* | don't use window.open in follow.js.Gravatar Brendan Taylor2011-11-23
| | | | | | | | | | it's slow, forces you to turn on javascript_windows = 1, and on some systems results in multiple new windows/tabs.
* | update the example SSL configurationGravatar Brendan Taylor2011-11-23
| |
* | example SSL error handlerGravatar Paweł Zuzelski2011-11-23
| |
* | ssl certs verificationGravatar Paweł Zuzelski2011-11-23
| | | | | | | | | | | | | | | | | | Introduced config variables: (string) ssl_ca_file (int) ssl_verify ssl_ca_file is openssl-style CAfile containing trusted root certificates. ssl_verify value controls whether to verify remote certs. If it is set to non-zero, uzbl won't connect to remote https site unless it validates cert.
* | Merge commit '38fd1f02bbdc5edda7'Gravatar Brendan Taylor2011-11-23
|\ \
* | | BREAKING CHANGE: remove toggle_zoom_type, toggle_statusGravatar Brendan Taylor2011-11-23
| | | | | | | | | | | | they've been replaced with the new toggle command
* | | A better binding for absolute horizontal scrollingGravatar Ben Boeckel2011-11-23
| | |
* | | Add absolute scrolling argumentGravatar Ben Boeckel2011-11-23
| | |
* | | various formfiller fixesGravatar Taylan Ulrich B2011-11-23
| | |
| * | add request_handler hookGravatar Devin J. Pohly2011-10-27
|/ / | | | | | | | | | | | | | | | | This creates a handler `request_handler' in the same vein as scheme_handler, download_handler, etc., which is called whenever the page requests a URI. (Possible applications include Adblock and SSL enforcement.) The handler should get the URI from $1 and print the URI of the resource that should be loaded instead, or print nothing to allow the request unmodified.
* | sometimes load_cookies.sh didn't parse cookies properlyGravatar Brendan Taylor2011-10-23
| | | | | | | | this was causing the updated EM to drop the connection.
* | fix following input[type=email], [type=search], etc.Gravatar Brendan Taylor2011-09-26
| |
* | remove debugging 'console.log'sGravatar Brendan Taylor2011-09-26
| |
| * preserve HttpOnly flag on cookies to prevent XSS attacksGravatar Dylan Simon2011-09-17
| |
* | fix follow.js when labels get longer than 3 charactersGravatar Brendan Taylor2011-09-11
| |
* | remove a reference to @modkey_addition, which has been gone for a whileGravatar Brendan Taylor2011-09-05
| |
* | on Ubuntu, properly clear keycmd when a link is selected using follow.shGravatar Brendan Taylor2011-09-05
| | | | | | | | dash treats a 'shift' when there are no more arguments as an error.
* | add an ugly 'type link text'-style follow dealieGravatar Brendan Taylor2011-08-21
| |
* | minor refactor in follow.jsGravatar Brendan Taylor2011-08-21
|/
* Merge branch 'master' of https://github.com/TaylanUB/uzbl into experimentalGravatar Brendan Taylor2011-08-16
|\ | | | | | | | | Conflicts: examples/data/scripts/formfiller.js
| * Fix minor issues with textarea editing with formfiller.Gravatar Taylan Ulrich B.2011-08-17
| |
* | bugfix in the formfillerGravatar Brendan Taylor2011-08-15
|/
* don't try to do per-site-settings on non-HTTP URIsGravatar Brendan Taylor2011-08-07
| | | | this is mainly to get rid of that annoying (but harmless) traceback
* Merge remote-tracking branch 'mathstuf/dev/fix-pss-multi-command'Gravatar Brendan Taylor2011-08-07
|\
* | handle html5 input types in the formfillerGravatar Brendan Taylor2011-07-18
| |
* | fix dmenu prompt in formfiller.shGravatar Brendan Taylor2011-07-17
| | | | | | | | | | | | | | util/dmenu.sh breaks with spaces in $DMENU_PROMPT. a proper fix looks like it will require all scripts that use util/dmenu.sh to use "eval $DMENU" instead of "$DMENU" (which has side-effects of its own), I'd rather avoid that for now.
* | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-07-13
|\ \
| | * Separate commands with a newlineGravatar Ben Boeckel2011-07-08
| | |
* | | nbsps crept into the config fileGravatar Brendan Taylor2011-07-03
| | |
| * | Escape '@' when following a linkGravatar Ben Boeckel2011-06-26
| | |
* | | make the SCROLL_VERT calculation clearer (and fix it)Gravatar Brendan Taylor2011-06-07
| | |
* | | fix divide by zero in the scroll percentage calculationGravatar Brendan Taylor2011-06-07
| | |
* | | make the variables in util/uzbl-dir.sh overrideableGravatar Brendan Taylor2011-05-25
| | |
* | | simplify the bookmark bindingGravatar Brendan Taylor2011-05-23
| | |
* | | change bookmark bindings to <Ctrl>m and M so they don't clash with scroll ↵Gravatar Brendan Taylor2011-05-23
| | | | | | | | | | | | bindings
* | | yU should be able to yank URLs with spacesGravatar Brendan Taylor2011-05-23
| | |
* | | ins mode on focus_element for textarea/insertGravatar keis2011-05-14
| | |
* | | don't try to call select on select elementsGravatar keis2011-05-14
| | |
* | | use instanceof to check element typeGravatar keis2011-05-14
| | |
* | | check input field type using type propertyGravatar keis2011-05-14
| | | | | | | | | | | | this field is set even when no type attribute is set on the element
* | | Merge remote-tracking branch 'keis/focus-event' into experimentalGravatar Brendan Taylor2011-05-09
|\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: src/callbacks.c src/callbacks.h
* | | | follow.js: maintain compatibility with old configurationsGravatar Brendan Taylor2011-05-08
| | | |
* | | | Merge remote-tracking branch 'mathstuf/dev/improve-follow' into experimentalGravatar Brendan Taylor2011-05-08
|\ \ \ \ | | |/ / | |/| |