1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-04 11:03:22 +00:00
CC-Tweaked/projects/web
Jonathan Coates 27dc8b5b2c
Pass follow_redirects flag to the CORS proxy
Currently redirects would be returned from the proxy, and then
immediately followed by XMLHTTPRequest. The proxy now follows requests
(when requested), so that should no longer happen.

We should probably switch over to fetch(...) here, to allow setting
follow_redirects to false, but that's a job for another day.

Haha, so many web emulator related commits of late. This'll die down
soon.
2023-10-08 20:12:47 +01:00
..
src Pass follow_redirects flag to the CORS proxy 2023-10-08 20:12:47 +01:00
ARCHITECTURE.md Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
build.gradle.kts Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
rollup.config.js Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00
tsconfig.json Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00