bekh6ex / firefox-container-proxy

[Firefox extension] Assign a proxy to a Firefox container
https://addons.mozilla.org/en-US/firefox/addon/container-proxy/
BSD 2-Clause "Simplified" License
139 stars 14 forks source link

view-source: urls bypass the proxy. #28

Closed bekh6ex closed 3 years ago

bekh6ex commented 4 years ago

Seems to be an issue with view-source: urls. When you reload them, they bypass the proxy.

bekh6ex commented 4 years ago

Apparently, when you first open the page source it will load it from memory without issuing a new request, but if you hit "refresh" then request is being made and the proxy settings are ignored.

bekh6ex commented 4 years ago

Request is still comes from the container (checked if the cookies are set correctly) but proxy callback is not called.

bekh6ex commented 4 years ago

Opened a bug for Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1666457

bekh6ex commented 3 years ago

🥳 🥳 🥳

Fixed in Firefox 84!

🥳 🥳 🥳