]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Use relative-URL in errorpage.css for SN.png
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Jun 2015 09:21:06 +0000 (02:21 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 23 Jun 2015 09:21:06 +0000 (02:21 -0700)
Modern browsers now seem to be accepting relative-URLs, and Squid
global_internal_static non-https:// URLs are working. 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 */