this post was submitted on 25 Dec 2023
137 points (86.2% liked)

Patient Gamers

11128 readers
89 users here now

A gaming community free from the hype and oversaturation of current releases, catering to gamers who wait at least 12 months after release to play a game. Whether it's price, waiting for bugs/issues to be patched, DLC to be released, don't meet the system requirements, or just haven't had the time to keep up with the latest releases.

^(placeholder)^

founded 1 year ago
MODERATORS
 

8AM PT, 11AM ET.

Can't beat the price of free. No parts of the game are missing, just for all of you patient folks.

Quick note: It is a remaster of the original game with the base game and the DLC expansions that were released for it, visual updates and a higher level cap and possible other tweaks. Some reports of stuttering and poor performance.

you are viewing a single comment's thread
view the rest of the comments
[–] sparr@lemmy.world 2 points 9 months ago (5 children)

Anyone have tips for getting through the checkout process on Firefox? There are a bunch of CORS violations that I don't want to simply disable CORS to bypass.

[–] Rentlar@lemmy.ca 6 points 9 months ago (1 children)

https://github.com/vogler/free-games-claimer maybe could help? haven't tried this myself.

Though as always, think twice before running random github code where you'll be providing your EGS login info.

[–] JokeDeity@lemm.ee 1 points 9 months ago

That's kind of neat, anything like this for Steam?

[–] Blackmist@feddit.uk 4 points 9 months ago

I've had trouble with Firefox on a few sites now. PSN is another, and some random bookshop too.

Nothing is tested with it. I'll use it for general browsing, but if I'm spending money, I feel like Chrome is a safer option so it doesn't snag on anything.

The web standards are now "do what Chrome does because we're not testing in anything else"

[–] SendMePhotos@lemmy.world 3 points 9 months ago (1 children)

Cross-Origin Resource Sharing

Basically, it's a browser feature that prevents access to third party sites unless the third party explicitly opts in. This helps prevent certain types of XSS attacks, crypto-mining attacks, DOS attacks, etc.

Essentially, let's say you load epicgames.com, and the page tries to access steampowered.com for some reason. The browser then asks steampowered.com if it's allowed to access it from epicgames.com, and if not, it blocks the request. This means steampowered.com needs explicit support or that browser will bail.

CORS isn't super complicated, but browser implementations can vary so if a page doesn't make the request properly or the server isn't configured correctly, the browser will bail on the request. That's what's happening to Firefox, and usually it's the third party server that's at fault.

[–] ADTJ@feddit.uk 2 points 9 months ago

I don't know whether you have the same issue but I got stuck on the EULA page because there's a birth date selector behind it and they made both modal. The date picker is active but the EULA is on top so you can't do anything. Tried in both Firefox & Chrome.

The solution for me was to just go back to the store page while signed in, choose a conforming birthdate and then the EULA page worked normally.

Checkout page is just badly written

Works fine for me, and I've done it from Android and Linux. I have a handful of extensions, the most relevant is uBlock Origin. If you have more, consider disabling those in case something is tampering with the request.

Then again, it could just be the server being borked and you'll need to wait and try again. Maybe try from a different device? (e.g. your phone or PC)

I remember having that issue, and I think waiting was the only solution. Kinda sucks though since it's a 24-hour deal.