dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit c14e58a850a0e060f7193f6326a8cbe97d879fa0
parent 7eeddefd97b56c352a7b00619f24a8a413e0b3ec
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sun, 12 May 2013 11:23:39 +0200

Added luakit plugins

Diffstat:
M.config/luakit/globals.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/luakit/globals.lua b/.config/luakit/globals.lua @@ -43,8 +43,8 @@ soup.ssl_strict = false -- Set cookie acceptance policy cookie_policy = { always = 0, never = 1, no_third_party = 2 } ---soup.accept_policy = cookie_policy.always -soup.accept_policy = cookie_policy.no_third_party +soup.accept_policy = cookie_policy.always +--soup.accept_policy = cookie_policy.no_third_party -- List of search engines. Each item must contain a single %s which is -- replaced by URI encoded search terms. All other occurances of the percent