diff --git a/content/blog/2024-10-08-01-3ds-browser-compat.md b/content/blog/2024-10-08-01-3ds-browser-compat.md index dadf589..b8e75da 100644 --- a/content/blog/2024-10-08-01-3ds-browser-compat.md +++ b/content/blog/2024-10-08-01-3ds-browser-compat.md @@ -8,6 +8,8 @@ tags: This site is now compatible with [Internet Browser for the New Nintendo 3DS](https://www.3dbrew.org/wiki/Internet_Browser)! Here's how I did it. +EDIT 2025-04-14: better solution by Palmure [here](https://palmure.fr/blog.html#default-https-but-only-for-recent-browsers) that works for any old browser instead of whitelisting a specific one! + ## Disable HTTPS Redirect for 3DS Agent String The 3DS isn't able to use HTTPS for most certificates, and there isn't currently a hack to circumvent this. So, if the user claims to be a 3DS, this site will fall back on HTTP. Otherwise, it will redirect to HTTPS. Here's how I set up the redirect exception: