]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Use relative-URL in errorpage.css for SN.png
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 28 Jun 2015 10:13:58 +0000 (03:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 28 Jun 2015 10:13:58 +0000 (03:13 -0700)
Modern browsers now seem to be accepting relative-URLs in CSS, and Squid
global_internal_static non-https:// URLs are working (bug 4132). So we
can do this now without as many failures.

errors/errorpage.css

index 7d48594bfdc2dbc82ffc063e5230fe84fcb65e2b..94aea224c04f98bc2eae6174ab4da582b9e97d87 100644 (file)
@@ -31,7 +31,7 @@ html body {
        margin-left: 15px;
        padding: 10px;
        padding-left: 100px;
-       background: url('http://www.squid-cache.org/Artwork/SN.png') no-repeat left;
+       background: url('/squid-internal-static/icons/SN.png') no-repeat left;
 }
 
 /* initial title */