Starting from which plan you can start routing Plex HTTP traffic through cloudflare without Non-HTML
Starting from which plan you can start routing Plex HTTP traffic through cloudflare without Non-HTML content issues?




OPTIONS request? *, so I don't need to handle these requests on worker.
s-maxage header? it won't be cached?app.use(
'/v1/*',
cors({
origin: 'http://example.com',
maxAge: 600,
credentials: true,
})
)