]> sjero.net Git - wget/blobdiff - src/html.c
[svn] Added user-contributed patches.
[wget] / src / html.c
index c1ca4e77bb4a7986071e2a0bb096cab5afd07ac2..a27edac157bb96d9c1b36efa07a6a0dc1783e234 100644 (file)
@@ -77,6 +77,8 @@ htmlfindurl (const char *buf, int bufsize, int *size, int init)
      follow -- feel free to edit to suit your needs: */
   static struct tag_attr html_allow[] = {
     { "a", "href" },
+    { "link", "href" },
+    { "script", "src" },
     { "img", "src" },
     { "img", "href" },
     { "body", "background" },