diff --git a/content/2.proxy/1.deploy.md b/content/2.proxy/1.deploy.md index ef1a005..27ca37b 100644 --- a/content/2.proxy/1.deploy.md +++ b/content/2.proxy/1.deploy.md @@ -20,6 +20,10 @@ Netlify has a very generous free plan, so you'll be able to host your proxy for ## Method 2 - Cloudflare (Easy) +::alert{type="warning"} +The sources showbox and febbox do NOT work with cloudflare. Use a different host if you want those to work. +:: + Cloudflare has a generous free plan, so you don't need to pay anything unless you get hundreds of users. [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/movie-web/simple-proxy){target="\_blank"} @@ -50,6 +54,10 @@ Cloudflare has a generous free plan, so you don't need to pay anything unless yo ## Method 2 - Cloudflare (Manual) +::alert{type="warning"} +The sources showbox and febbox do NOT work with cloudflare. Use a different host if you want those to work. +:: + 1. Login to your Cloudflare account if you have one, otherwise create one [here](https://dash.cloudflare.com/sign-up?to=/:account/workers-and-pages) 1. If you are signing up for an account, make sure to verify your email before going further! 1. Download the latest version of the Cloudflare [`simple-proxy-cloudflare.mjs` script from here](https://github.com/movie-web/simple-proxy/releases/latest/download/simple-proxy-cloudflare.mjs). diff --git a/content/3.client/4.changelog.md b/content/3.client/4.changelog.md index a0b54fc..8f64a86 100644 --- a/content/3.client/4.changelog.md +++ b/content/3.client/4.changelog.md @@ -2,6 +2,12 @@ title: 'Changelog' --- +# Version 4.3.3 + + - Fixed body not being transferred properly to the extension (needs latest version of extension) + - Added new translations: Finnish + - Improved translations: Czech, German, English, Spanish, Persian, French, Galician, Gujarati, Hebrew, Hindi, Icelandic, Navajo, Portuguese (Brazil), Russian, Ukrainian, Chinese (Han (Simplified variant)) + # Version 4.3.2 - Run account server data fetching in parallel.