Introduction
Introduction Statistics Contact Development Disclaimer Help
tKeep cookie policies for new windows - surf - customized build of surf, the su…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 4b623bd28ae1ffdecdbc62f68b90340311ad5adc
parent 7ad886fb0b31df6a452d72193b10ee116234ca5e
Author: Quentin Rameau <[email protected]>
Date: Wed, 5 Feb 2014 16:58:23 +0100
Keep cookie policies for new windows
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M surf.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -910,11 +910,13 @@ newclient(void) {
static void
newwindow(Client *c, const Arg *arg, gboolean noembed) {
guint i = 0;
- const char *cmd[14], *uri;
+ const char *cmd[16], *uri;
const Arg a = { .v = (void *)cmd };
char tmp[64];
cmd[i++] = argv0;
+ cmd[i++] = "-a";
+ cmd[i++] = cookiepolicies;
if(!enablescrollbars)
cmd[i++] = "-b";
if(embed && !noembed) {
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.