From 08ed3cc6d160d0d864ff687db9a62959a86e7372 Mon Sep 17 00:00:00 2001 From: Andrew Nester Date: Tue, 12 Jul 2016 15:20:39 +0300 Subject: Fixed #26671 -- Made HashedFilesMixin ignore the 'chrome' scheme. --- tests/staticfiles_tests/project/documents/cached/css/ignored.css | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/staticfiles_tests/project/documents') diff --git a/tests/staticfiles_tests/project/documents/cached/css/ignored.css b/tests/staticfiles_tests/project/documents/cached/css/ignored.css index fe7b022215..83b1d5ebf8 100644 --- a/tests/staticfiles_tests/project/documents/cached/css/ignored.css +++ b/tests/staticfiles_tests/project/documents/cached/css/ignored.css @@ -3,6 +3,7 @@ body { background: url("http:foobar"); background: url("https:foobar"); background: url("data:foobar"); + background: url("chrome:foobar"); background: url("//foobar"); } -- cgit v1.3