From: Amos Jeffries Date: Tue, 23 Jun 2015 09:21:06 +0000 (-0700) Subject: Use relative-URL in errorpage.css for SN.png X-Git-Tag: merge-candidate-3-v1~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06de590adb1dfabf6a90cc83da1cf46d06f738c5;p=thirdparty%2Fsquid.git Use relative-URL in errorpage.css for SN.png 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. --- diff --git a/errors/errorpage.css b/errors/errorpage.css index 7d48594bfd..94aea224c0 100644 --- a/errors/errorpage.css +++ b/errors/errorpage.css @@ -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 */