foxyproxy / firefox-extension

FoxyProxy for Firefox extension beginning with Firefox 57 (Quantum)
GNU General Public License v2.0
523 stars 115 forks source link

Broken functionality with SOCKS5 proxy #213

Closed TriMoon closed 1 year ago

TriMoon commented 1 year ago

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

Example:

Result in Firefox "Web Developers Tools":

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 x8664; rv:109.0) Gecko/20100101 Firefox/118.0 ID:20230915003051 (Latest snap version of Firefox on Kubuntu 23.04)_

erosman commented 1 year ago

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)
TriMoon commented 1 year ago

Seems i posted in wrong repo :woman_facepalming: Anyhow re-posted at: https://github.com/foxyproxy/browser-extension/issues/31