NoScript seems to be blocking by default in the first 115-based testbuild
using the build from 8hrs ago - https://tb-build-05.torproject.org/~pierov/testbuild/torbrowser-install-win64-testbuild_ALL.exe
similar to #40668 (closed) and this seems to be linked to NoScript @ma1 - I get different errors depending on file:// vs HTTPS, and connected vs not-connected with file://
I'll start with the file:/// example and post the HTTP stuff in a reply
alpha file example (good)
testbuild file (bad) - not connected
I never see the Freezing
and Unfreezing
logs - it's just the 4 cross-origin
css file errors and then CSP all the way down
if I disable NS globally, file://
works, and I get the same as alpha above (there are other differences, but I'll ignore them for now as a symptom)
[NoScript]:0 Prompt Hook installation file:///D:/Work/tzp/tzp.html
Freezing file:///D:/Work/tzp/tzp.html
Unfreezing file:///D:/Work/tzp/tzp.html
###testbuild file (bad) - connected
as you can see it starts freezing, but doesn't unfreeze. This creates loads of Info entries to the console .. Supressing...
, Removing...
etc, as well as all the cross-origin and CSP errors
if I disable NS globally, it then works, same as above