mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29022 -- Fixed handling protocol-relative URLs in ManifestStaticFilesStorage when STATIC_URL is set to /.
This commit is contained in:
committed by
Mariusz Felisiak
parent
ef2434f850
commit
107aa76bcf
@@ -0,0 +1,3 @@
|
||||
body {
|
||||
background: url("//foobar");
|
||||
}
|
||||
Reference in New Issue
Block a user