Skip to content

Commit e2ff07c

Browse files
committed
fix excel download
1 parent aa296ff commit e2ff07c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ http {
3838
root /usr/share/nginx/html;
3939
index index.html index.htm;
4040

41+
add_header Access-Control-Allow-Origin "https://api.ipa.ucdavis.edu" always;
4142
add_header Cache-Control "no-cache";
4243
add_header Content-Security-Policy "default-src 'self'; connect-src https://api.ipa.ucdavis.edu https://dw.dss.ucdavis.edu; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google-analytics.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; frame-src 'self' https://www.youtube.com;";
4344
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";

0 commit comments

Comments
 (0)