noscript icon indicating copy to clipboard operation
noscript copied to clipboard

fetchChildPolicy - syncMessage error in about:blank: Failed to execute 'send' on 'XMLHttpRequest': Failed to load

Open adrelanos opened this issue 1 year ago • 0 comments

Getting lots of these:

SyncMessage.js:258 syncMessage error in about:blank: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://[ff00::]/nscl/chrome-extension://doojmbjmlfjjnbmnoijecmcbfeoakpjm/syncMessage?id=bae2b6d328.c0a8%2Cabout%3Ablank&url=about%3Ablank&msg=%7B%22id%22%3A%22fetchChildPolicy%22%2C%22url%22%3A%22https%3A%2F%2Fwww.whonix.org%22%2C%22__meta%22%3A%7B%22name%22%3A%22fetchChildPolicy%22%2C%22recipientInfo%22%3Anull%7D%2C%22_messageName%22%3A%22fetchChildPolicy%22%7D'. (response )

It points this this part in the source code:

     console.error(`syncMessage error in ${document.URL}: ${e.message} (response ${r.responseText})`);

New chromium, latest noscript, scripts forbidden (default):

SyncMessage.js:258 syncMessage error in https://www.whonix.org/wiki/Testpage8: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://[ff00::]/nscl/chrome-extension://doojmbjmlfjjnbmnoijecmcbfeoakpjm/syncMessage?id=572b50e7d.fae4%2Chttps%3A%2F%2Fwww.whonix.org%2Fwiki%2FTestpage8&url=https%3A%2F%2Fwww.whonix.org%2Fwiki%2FTestpage8&top=true&msg=%7B%22id%22%3A%22fetchChildPolicy%22%2C%22url%22%3A%22https%3A%2F%2Fwww.whonix.org%2Fwiki%2FTestpage8%22%2C%22__meta%22%3A%7B%22name%22%3A%22fetchChildPolicy%22%2C%22recipientInfo%22%3Anull%7D%2C%22_messageName%22%3A%22fetchChildPolicy%22%7D'. (response )

New chromium, latest noscript, scripts allowed:

SyncMessage.js:258 syncMessage error in about:blank: Failed to execute 'send' on 'XMLHttpRequest': Failed to load 'https://[ff00::]/nscl/chrome-extension://doojmbjmlfjjnbmnoijecmcbfeoakpjm/syncMessage?id=153539b13a7.29c%2Cabout%3Ablank&url=about%3Ablank&msg=%7B%22id%22%3A%22fetchChildPolicy%22%2C%22url%22%3A%22https%3A%2F%2Fwww.whonix.org%22%2C%22__meta%22%3A%7B%22name%22%3A%22fetchChildPolicy%22%2C%22recipientInfo%22%3Anull%7D%2C%22_messageName%22%3A%22fetchChildPolicy%22%7D'.

adrelanos avatar Dec 19 '22 11:12 adrelanos