I am posting the updates here because most of the users of RDX came from this community only.
Multiple updates have been made to https://rdx.overdevs.com since I last posted here including:
- Importing subscriptions from Reddit
- Saving posts for later
- Share button
- hls/dash videos
- better search
Previous posts:
There’s an addon for Firefox to disable CORS for certain sites. Need to use that.
Same issue in safari iOS. I don’t want to use an extension for that.
is ok to have workarounds, but i am pretty sure this can be implemented on the app side too. Thanks for the hint tho, at least if i need it i can use it
I’ve also made an application for something like this. The only way to change this on the app side is to route all Reddit calls through the app server itself instead of doing it on the browser, essentially making the app a complete proxy. The only thing it does is increase traffic requirements and require everyone to host their own instance.
An addon to disable CORS just for this site is really easy and imo the most sensible approach.