nfriedly / node-unblocker

Web proxy for evading internet censorship, and general-purpose Node.js library for proxying and rewriting remote webpages
https://www.npmjs.com/package/unblocker
GNU Affero General Public License v3.0
455 stars 875 forks source link

Forwarded proto #245

Open nfriedly opened 9 months ago

nfriedly commented 9 months ago

Noticed this on https://poki.com/ when my end is encrypted - some of the assets come from a different subdomain and the proxy cookies redirect was switching from https to http, causing the asset to be blocked by the browser.

Needs further testing, both manual and automated.