Hi again,
Thanks for the update. When you refer to “NoScript”, are you referring to the Firefox add-on? If so, I understand your difficulty, but as a plugin developer I can’t offer support to every browser extension out there, and certainly this is a fringe case. If NoScript is causing the issue you’re encountering with this plugin, then I imagine it would create the same issue when trying to include any external CDN file, right? There are loads of plugins out there that do the same thing as this one in terms of including externally hosted files (think about the Google-hosted jQuery package, which is included widely on tons of projects). Don’t you have to tell NoScript to allow these types of files all the time then?
As much as I’d love your 5-star review, I try to abide by the WordPress 80% rule, and can’t justify adding a full setting for such a fringe case.
That said, as I mentioned, you can add the code included above, either in a custom plugin or perhaps more easily in your theme’s functions.php file.
Here’s that code again:
add_filter( 'bfa_force_fallback', '__return_true' );
That should do the trick for you just as well as a GUI setting would. All the best, and let me know if you need further help. Again, I’d love to address every issue/request folks have, but with nearly 10,000 active installs I’m striving to meet the majority’s needs. Thanks for your understanding ??