Closed (fixed)
Project:
Barracuda
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2012 at 16:37 UTC
Updated:
27 Mar 2012 at 00:00 UTC
IE9 does not allow cross-origin @font-face download requests. Would it be possible to add an nginx directive (or perhaps global.inc php) to set the Access-Control-Allow-Origin to * for ttf|otf|eot|woff files?
See: http://stackoverflow.com/questions/5065362/ie9-blocks-download-of-cross-...
I would understand if you said this way _way_ out of scope :)
Comments
Comment #1
omega8cc commentedGood idea - see also: http://www.w3.org/wiki/CORS_Enabled
Committed in:
http://drupalcode.org/project/barracuda.git/commit/a28af50
http://drupalcode.org/project/provision.git/commit/5bde88f
Comment #2
obrienmd commentedThanks much!