Closed TriMoon closed 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)
Seems i posted in wrong repo :woman_facepalming: Anyhow re-posted at: https://github.com/foxyproxy/browser-extension/issues/31
When configured to use a SOCKS5 proxy for an address the web page doesn't work.
Example:
127.0.0.1
port9050
^[a-z]+://[\w.-]*(radiantmediatechs|daioncdn)\.\w+/
Result in Firefox "Web Developers Tools":
cdn.radiantmediatechs.com
gets blocked withNS_ERROR_DOM_CORP_FAILED
(and similar namespace errors for other sites that access URL's from within javascript)