Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于在语音文件加载时触发CORS 请求的问题 #5

Open
riesaexe opened this issue Sep 20, 2018 · 1 comment
Open

关于在语音文件加载时触发CORS 请求的问题 #5

riesaexe opened this issue Sep 20, 2018 · 1 comment

Comments

@riesaexe
Copy link

About Triggering CORS Request When Voice File Loads

在使用中发现加载语音文件时,会向“https://audiometadata-origin.moegirlpedia.moetransit.com”这个域名发送请求,然后触发浏览器的跨源拦截情况出现,请问该报错是否有办法修复?谢谢

When a voice file is found to be loaded in use, a request will be sent to the domain name " https://audiometadata-origin.moegirlpedia.moetransit.com" and the cross-source interception of the browser will be triggered. Could you tell me if there is any way to fix the error? Thank you

@baskice
Copy link

baskice commented Sep 20, 2018

Adding
add_header Access-Control-Allow-Origin * always;
to server may fix such error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants