From 06de590adb1dfabf6a90cc83da1cf46d06f738c5 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 23 Jun 2015 02:21:06 -0700 Subject: [PATCH] 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. --- errors/errorpage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2