From 5c30d7b726a3b221d12087bcca2ce3d35a6c7ae2 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Thu, 27 Aug 2009 14:24:58 +0800 Subject: Added Michael Fiano to AUTHORS file and cookie_daemon.py header. --- AUTHORS | 3 ++- examples/data/uzbl/scripts/cookie_daemon.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 89db5fe..15afb3e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -29,7 +29,7 @@ Contributors: (kmeaw) - fix for multibyte utf8 characters segfault (evocallaghan) - tiny patches Aaron Griffin (phrakture) - Makefile patches to build on OSX - Mason Larobina - os.environ.keys() & os.path.join fix in cookies.py, work on uzbl_tabbed.py, cookies_daemon.py + Mason Larobina - os.environ.keys() & os.path.join fix in cookies.py, work on uzbl_tabbed.py, cookie_daemon.py (dequis) - Uzbl.run, birectional socket, javascript commands Brendan Taylor (bct) - various bugfixes, making misc variables much better using expand(), refactoring some internal var stuff Chris van Dijk (quigybo) - work on uzbl_tabbed.py @@ -40,6 +40,7 @@ Contributors: Andraž 'ruskie' Levstik - font_family patch Helmut Grohne (helmut) - move void **ptr to union, various fixes Paweł Zuzelski (pawelz) - download handler proxy patch + Michael Fiano (axionix) - added cookie_daemon.py whitelist Originaly based on http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py index 4850802..29d5e47 100755 --- a/examples/data/uzbl/scripts/cookie_daemon.py +++ b/examples/data/uzbl/scripts/cookie_daemon.py @@ -4,6 +4,7 @@ # Copyright (c) 2009, Tom Adams # Copyright (c) 2009, Dieter Plaetinck # Copyright (c) 2009, Mason Larobina +# Copyright (c) 2009, Michael Fiano # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.3