mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Allow CORS on .ico files. Should help with Favcount.js
This commit is contained in:
parent
f59c223210
commit
97dd560d84
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ server {
|
|||
location / {
|
||||
root $public;
|
||||
|
||||
location ~* \.(eot|ttf|woff)$ {
|
||||
location ~* \.(eot|ttf|woff|ico)$ {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
expires 1y;
|
||||
add_header Cache-Control public;
|
||||
|
|
Loading…
Reference in a new issue