We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b9e0 commit d6135d1Copy full SHA for d6135d1
CORS-CDN/site-default.conf
@@ -110,6 +110,7 @@ location /media/ {
110
111
location ~* \.(ico|jpg|jpeg|png|gif|svg|js|css|swf|eot|ttf|otf|woff|woff2)$ {
112
add_header Cache-Control "public";
113
+ add_header Access-Control-Allow-Origin "*";
114
add_header X-Frame-Options "SAMEORIGIN";
115
expires +1y;
116
try_files $uri $uri/ /get.php?$args;
0 commit comments