Hey thatryan,
Perhaps you are running a plugin that are injecting those scripts? Have you tried disabling active plugins?
Best regards,
Jordan Shannon
No it is not a plugin, the theme injects it…
Found in framework/class-framework-widgets.php
line ~425
Hi thatryan,
This is the code in that line:
$src = '//connect.facebook.net/'. $langcode .'/sdk.js#xfbml=1&version=v2.7';
It will call sdk.js only when you use Facebook Likebox widget and I could not find any other scripts that calls connect.facebook.net which is similar to what you have shown in the screenshot.
Best regards,
Nikko