1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 17:30:29 +00:00
CC-Tweaked/projects/web/src/main/java
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
..
cc/tweaked/web Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
dan200/computercraft/core Pass follow_redirects flag to the CORS proxy 2023-10-08 20:12:47 +01:00
io/netty Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
org/slf4j Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00