mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #17455 -- Extended CachedStaticFilesStorage slightly to handle some URLs better that are used to add support for webfonts to IE 6-8. Also ignore data: URLs and fragment-only URLs (e.g. #default#VML).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
@@ -0,0 +1 @@
|
||||
not really a EOT ;)
|
||||
@@ -0,0 +1 @@
|
||||
not really a SVG ;)
|
||||
@@ -0,0 +1,8 @@
|
||||
@font-face {
|
||||
src: url('fonts/font.eot?#iefix') format('embedded-opentype'),
|
||||
url('fonts/font.svg#webfontIyfZbseF') format('svg');
|
||||
url('data:font/woff;charset=utf-8;base64,d09GRgABAAAAADJoAA0AAAAAR2QAAQAAAAAAAAAAAAA');
|
||||
}
|
||||
div {
|
||||
behavior: url("#default#VML");
|
||||
}
|
||||
Reference in New Issue
Block a user