das-labor / server

Our ansible and docker scripts for server management.
4 stars 3 forks source link

CORS on static.das-labor.org #43

Open lambdafu opened 8 years ago

lambdafu commented 8 years ago

Fucking Mozilla corporation tries to prevent "font piracy" by requiring CORS on font-face. Blech. https://bugzilla.mozilla.org/show_bug.cgi?id=604421

In any case, we should have CORS headers in our nginx configuration. https://gist.github.com/michiel/1064640 or something.