Skip to content

Commit d0a9f28

Browse files
committed
Spellcheck + slight wording tweak
1 parent 00e3e2a commit d0a9f28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/blog/2.2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Endpoint servers can now set a custom in-game icon and window title. This reinfo
6161
6262
## Proxied Asset Downloading
6363

64-
Being a nearly 20 year old game, FusionFall relies on some antiquated technology. One of those technolgies is plaintext HTTP for downloading additional game assets. While that might've been common practice in the past, most web traffic today is protected by HTTPS. In fact, the OpenFusion Launcher already uses HTTPS for securely sending login information to compatible endpoint servers.
64+
Being a nearly 20 year old game, FusionFall relies on some antiquated technology. One of those technologies is plaintext HTTP for downloading additional game assets. While that might've been common practice in the past, most web traffic today is protected by HTTPS. In fact, the OpenFusion Launcher already uses HTTPS for securely sending login information to compatible endpoint servers.
6565

6666
Plaintext HTTP is vulnerable to in-transit modification. If an ISP, public Wi‑Fi hotspot, or antivirus program alters or blocks an asset, the game may hang on the loading screen because it doesn’t receive the file it expects. We cannot (easily) update Unity Web Player to support HTTPS asset downloads, so we implemented a workaround: proxied asset downloading.
6767

6868
When the game requests to download an asset, it will now talk to the **launcher** instead of the internet. The launcher will then forward the request out to the destination over HTTPS, and give what it receives back to the game as a normal HTTP response.
6969

70-
We hope this resolves download-related issues that you may be having downloading the game. Proxied Asset Downloading is on by default and should have no downsides, but can be toggled off in Settings under the Launcher tab if you do run into issues.
70+
We hope this resolves any download-related issues that you may be having. Proxied Asset Downloading is on by default and should have no downsides, but can be toggled off in Settings under the Launcher tab if you do run into issues.
7171

7272
### Changelog
7373

0 commit comments

Comments
 (0)