aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/auth.py
Commit message (Collapse)AuthorAge
* use /usr/bin/env consistently in example script #!sGravatar Brendan Taylor2011-04-14
|
* remove the positional arguments entirely (breaks backward compatibility)Gravatar Brendan Taylor2010-12-01
|
* PEP8 auth.pyGravatar Ben Boeckel2010-10-02
|
* permissions fixGravatar Dieter Plaetinck2010-01-24
|
* authentication_handler implementaionGravatar Paweł Zuzelski2010-01-10
Authentication handler allows to delegate http authentication to external program. It introduces one new configuration variable: authentication_handler. Note that this commit does not affect uzbl behaviour unless this variable is set. Also updated README documentation, default config and added example authentication script.