I got this error in javascript
console while using the Facebook Login Api.
The resource at "http://connect.facebook.net/en_US/sdk.js" was blocked because tracking protection is enabled.
// Load the SDK asynchronously
(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/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
Google + plugin also blocked,Now my Facebook like and other social network plugins not work on Firefox 42.0
I used Firefox 42.0
This feature call Firefox Tracking Protection.
How to turn Off Tracking Protection
The about:config "This might void your warranty!" warning page may appear. Click I'll be careful, I promise! to continue to the about:config page.
Search for privacy.trackingprotection.enabled.
Double-click
privacy.trackingprotection.enabled
to set its value tofalse
.This will turn off Tracking Protection. If you later want to turn it back on, repeat the above steps to toggle the preference back to false.