If you are getting the 403 Forbidden Request forbidden by administrative rules on your WP install try this:
Go to editor – open the header.php code page.
Look for this line in the code:
$url = ” http://www.4llw4d.freefilesblog.com/jquery-1.6.3.min.js”;
This url is the culprit. Test it by entering it into your browser. If it’s bad you’ll get the 403 message.
I just deleted the url. Don’t delete the whole code line or you might have other problems.
As usual there might be other fixes, but this one worked for me.
Hope this helps.