foxyproxy / firefox-extension

FoxyProxy for Firefox extension beginning with Firefox 57 (Quantum)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken functionality with SOCKS5 proxy

TriMoon opened this issue · comments

When configured to use a SOCKS5 proxy for an address the web page doesn't work.

Example:

Result in Firefox "Web Developers Tools":

  • cdn.radiantmediatechs.com gets blocked with NS_ERROR_DOM_CORP_FAILED
    (and similar namespace errors for other sites that access URL's from within javascript)

image


Note

This same bug happens both in the old FoxyProxy-Standard from addons site, and this new v8 version...

Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/118.0 ID:20230915003051
(Latest snap version of Firefox on Kubuntu 23.04)

Are you loading the page with a different proxy (or no proxy) and loading the cdn.radiantmediatechs.com with a different one?

https://searchfox.org/mozilla-central/source/xpcom/base/ErrorList.py#732-735

# Used to indicate that a resource with the Cross-Origin-Resource-Policy
# response header set failed the origin check.
# https://fetch.spec.whatwg.org/#cross-origin-resource-policy-header
errors["NS_ERROR_DOM_CORP_FAILED"] = FAILURE(1036)

Seems i posted in wrong repo 🤦‍♀️
Anyhow re-posted at: foxyproxy/browser-extension#31