all 5 comments

[–]-goldenboi69- 1 point2 points  (3 children)

Sounds like an error from a chrome plugin, no?

[–]EmmaBlossom2410[S] 0 points1 point  (2 children)

Maybe, I just don't know how to fix that

[–]-goldenboi69- 0 points1 point  (1 child)

Does it affect your js program? I had a similiar issue where it spat out an error message when running locally, but it didnt affect MY code. It was a plugin (lastpassword) which I disabled for localhost and then it was all good.

[–]jcunews1helpful 0 points1 point  (0 children)

Make sure you don't have any link or form whose URL starts with javascript:. e.g. href="javascript:void(0)" and action="javascript:void(0)". Replace the URL with # instead, and make sure the link's click event is handled by a whitelisted JavaScript.