Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created August 14, 2014 09:57
Show Gist options
  • Select an option

  • Save dstyle0210/bf62a83ca9838eb4cb6c to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/bf62a83ca9838eb4cb6c to your computer and use it in GitHub Desktop.
webfont적용시 크로스도메인 이슈발생 처리(IE,FF만 적용불가 현상)
원인은 www.test.com 에서 fm.test.com 로 domain이 틀려지기 때문에 IE 랑 FF에서 cross domain resource 참조를 못하여 발생한 것이고,
해결은 아파치 httpd.conf 에 mod_header.so 파일을 추가하고 Cross Origin Resource Sharing 설정을 넣어주어 잡았습니당.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment