-
Notifications
You must be signed in to change notification settings - Fork 54
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
Web WASM port not downloading assets from sv_dlURL #276
Comments
Spoike believes it must be CORS issues, enforced by the browser. |
no errors anywhere on the browser edit: just test it, not working even on the same domain |
Here's what appears to be happening. While
But due to how web browsers work, if you want the wasm port to download files itself from the gameassets server, the gameassets server's
Also, side note: If you're serving the game page via HTTPS, then the urls should also be pointing to HTTPS. |
isn't there a way to allow both http and https links? |
According to Spike:
|
How exactly should I must configure FTEQWSV server.cfg to allow to only download assets from a specific site?
Trying these, without success.
The text was updated successfully, but these errors were encountered: