NoScript interferes with jQuery on trusted host
Posted: Wed Jan 22, 2020 2:10 pm
NoScript 11.0.12
Firefox 72.0.1 (64-bit)
Trusted host: localhost (development server)
Problem: jQuery is sometimes not working. One time I can reload the page and it works again, the other time I doesn't, sometimes it takes 10 to 20 reloads until the error shows up again.
Console output:
The message above appears on pages where jQuery and jQueryUI are only loaded, but no scripts executed. On pages with script content I get an additional message:
I tried to remove localhost from trusted hosts and added it again, but the problem is still there.
Have a nice day!
Edit: All jQuery libraries are located on localhost, nothing is loaded from external hosts.
Firefox 72.0.1 (64-bit)
Trusted host: localhost (development server)
Problem: jQuery is sometimes not working. One time I can reload the page and it works again, the other time I doesn't, sometimes it takes 10 to 20 reloads until the error shows up again.
Console output:
Code: Select all
ReferenceError: jQuery is not defined jquery-ui.min.js:6:52
jQuery 2
<anonymous>
<anonymous>
suspend moz-extension://2ff8219d-2bc1-446f-a8c7-5a4017338393/lib/SyncMessage.js:214
Code: Select all
ReferenceError: $ is not defined page.php:735:1
<anonymous> http://localhost/page.php:735
suspend moz-extension://2ff8219d-2bc1-446f-a8c7-5a4017338393/lib/SyncMessage.js:214
Have a nice day!
Edit: All jQuery libraries are located on localhost, nothing is loaded from external hosts.