
Click on the image to see the noscript popup on the right.
I'm visiting a local file in firefox. I've whitelisted localhost and file:// but it still says something is partially blocked. Yet, I don't see any option to unblock anything. Perhaps this is blocked because of an XSS issue? I think what is being blocked is this livereload script I have set up when I develop. Here's what that script looks like in the html:
Code: Select all
<script src="http://localhost:35729/livereload.js"></script>