Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am getting an error from my MacOS Firefox-Firebug-Console-js and hoping someone might offer a helpful suggestion. I am seeing the same error on other sites with Facebook Like buttons e.g. http://www.mcdonalds.com/us/en/home.html

Here is my Firebug-Console-js error / warning:
"Content Security Policy: Couldn't parse invalid source chrome-extension://lifbcibllhkdhoafpjfnlhfpfgnpldfl"

Other than the Firebug-Console-js error / warning my FB button seems to be functioning correctly. So far I've tried changing jquery.min.js versions, updating my FB open graph meta properties, taking my FB site out of the development phase and making it public. The only thing that works for me so far is to comment out my FB sdk code:
HTML
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return; js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId='myappId'";
    fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>


Thanks ahead of time for any help!
Posted
Updated 20-Mar-14 10:57am
v3

1 solution

I noticed the following unwanted browser extensions in Firefox: Searchme, Slick Savings, Amazon Shopping Assistant, and Ebay Shopping Assistant. Turns out these are essentially malware that effected Firefox, Safari, and Chrome on my Mac. They're made by a supposedly legitimate company called Spigot, Inc.

While searching for an effective means of virus removal I found this link
www.thesafemac.com/arg-spigot/ which gives detailed instructions how to do so.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900