Page 1 of 1

Bug report? Solution?

Posted: Fri Jun 04, 2021 4:46 am
by AsmodeusCadwallader
Windows 10
Firefox 89.0, 32 bit
NoScript 11.2.8

I'm not sure where to report this, but Facebook suddenly started going into an infinite loop between facebook.com and facebook.com?noscript=1 (I think - this is by memory. It's that functionally, whether that's the exact address or not). I didn't notice whether a Firefox update or a NoScript update was involved.

I found that this fixed it.

Under Advanced/Debug, I found this:

"UNTRUSTED": {
"capabilities": [],
"temp": false
},

And changed it to this

"UNTRUSTED": {
"capabilities": [
"noscript"
],
"temp": false
},

Re: Bug report? Solution?

Posted: Fri Jun 04, 2021 5:23 am
by Giorgio Maone
Question: was facebook.com set to UNTRUSTED?