mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Allow CORS on .ico files. Should help with Favcount.js
This commit is contained in:
parent
f59c223210
commit
97dd560d84
@ -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 New Issue
Block a user