From 9a23a2bc77f45c4f43153af42b08c746361fa5c9 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 16 Sep 2003 19:53:59 +0000 Subject: [project @ 2003-09-16 19:53:59 by jmb] Streaming plugin support, beginnings of URL_Access support, fix codebase for ActiveX Flash objects svn path=/import/netsurf/; revision=293 --- render/box.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render') diff --git a/render/box.c b/render/box.c index 7b96669a4..b16124369 100644 --- a/render/box.c +++ b/render/box.c @@ -1860,6 +1860,8 @@ bool plugin_decode(struct content* content, char* url, struct box* box, if(pp != 0) url = url_join(pp->value, po->basehref); else return false; + /* munge the codebase */ + po->codebase = url_join("./", content->url); } else { LOG(("ActiveX object - n0")); -- cgit v1.2.3